Panic upon mutex lock or unlock failure
[ira/wip.git] / lib / util /
2009-05-11 Derrell LipmanPanic upon mutex lock or unlock failure
2009-05-11 Derrell LipmanDon't require external use of internal enum smb_thread_...
2009-05-11 Derrell LipmanReplace external thread "once" with an internal impleme...
2009-05-03 Volker LendeckeClean up after Tridge's util_strlist changes
2009-04-28 Volker LendeckeFix a missing prototype warning
2009-04-28 Michael Adampm_process():raise level of debug message
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer VernooijFix push_codepoint function without iconv_convenience.
2009-04-23 Jelmer VernooijAdd a new non-convenience version of push_codepoint.
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Jeremy AllisonEnsure we have all the definitions needed in both threa...
2009-04-20 Jeremy AllisonAttempt to fix build farm on platforms where pthread_on...
2009-04-20 Jeremy AllisonFix the pthread_once initialization issue. Make talloc_...
2009-04-15 Jeremy AllisonFix bug #6089 - Winbind samr_OpenDomain not possible...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Jeremy AllisonEnsure a tls key is only generated once - wrap create...
2009-04-14 Jeremy AllisonMake talloc_stack threadsafe using TLS. Volker please
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-09 Andrew Tridgelladded _const versions of some of the str_list_*() functions
2009-04-09 Andrew Tridgelladded str_list_unique() and str_list_show()
2009-04-08 Jeremy AllisonAdd the thread functions to top level lib/util.
2009-04-08 Andrew BartlettRework util_strlist prototypes to use a bit more and...
2009-04-07 Andrew Tridgelladded a str_list_append() function
2009-04-02 Andrew TridgellMerge commit 'abartlet/wspp-schema' into wspp-schema
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Stefan Metzmacherlib/util: fallback to any id in idr_get_new_random()
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Jelmer VernooijMerge branch 'copyright' of /home/jelmer/samba4
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-24 Volker LendeckeAdd tevent_req_simple_recv_ntstatus()
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Stefan Metzmacherlib/util: build tevent_unix.o and tevent_ntstatus.o...
2009-03-15 Jelmer VernooijStrip /usr/include from include flags, so we don't...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-14 Jelmer VernooijRemove -L/usr/lib from a couple more make variables.
2009-03-09 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Jelmer VernooijFix prototype mismatch.
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Jelmer VernooijRevert accidental reintroduction of void ** bug.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-03 Stefan Metzmacherlib/util: remove samba specific talloc_get_type_abort()
2009-03-02 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-02 Jelmer VernooijImport ISO-8859-1, 646 from Samba 3 iconv.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijUse common header file for character set handling in...
2009-03-01 Jelmer Vernooijs4: Use same function signature for convert_* as s3.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMove next_token_talloc to util.c, as util_str.c is...
2009-03-01 Jelmer VernooijMove next_token_talloc() to top-level.
2009-03-01 Jelmer VernooijSync smb_iconv_t type, convert_string return type with...
2009-03-01 Jelmer VernooijAdd allow_badcharcnv argument to all conversion functio...
2009-02-26 Volker LendeckeAdd tevent_ntstatus
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker LendeckeAdd tevent_req_is_unix_error
2009-02-24 Steven DannemanRefactored sys_fork() and sys_pid() into shared util...
2009-02-21 Tim ProutyFix shadowed declaration warning
2009-02-21 Steven DannemanMoved become_daemon() and close_low_fds() to shared...
2009-02-13 Volker LendeckeReplace get_myname() with the talloc version from v3...
2009-02-13 Volker LendeckeFix Coverity ID 707 (RESOURCE_LEAK)
2009-02-09 Jelmer VernooijRevert "s3/s4: Move CONST_DISCARD into lib/util so...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Volker LendeckeAttempt to fix "make test" on host "tridge"
2009-02-02 Stefan Metzmacherlib/util: s/new/pn in idtree.c
2009-02-02 Stefan Metzmacherlib/util: s/class/dclass
2009-02-01 Simo SorceFix headers, only ldb.h is required
2009-01-30 Stefan Metzmachers4:lib/util: fix the build
2009-01-30 Stefan Metzmachers4:build: kill DEFAULT_HEADERS variable
2009-01-30 Jeremy AllisonFix coverity CID#66. Resource leak in error path.
2009-01-19 Stefan Metzmacherutil_str: setup the correct talloc name for strings
2009-01-15 Günther Deschnerlib: add strlen_m_term_null from s3.
2009-01-09 Stefan Metzmachers4:debug: make setup_logging() a bit more compatible...
2009-01-08 Jelmer VernooijPrint the failed value in the time tests.
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2008-12-31 Tim Proutys3/s4: Move CONST_DISCARD into lib/util so it's availab...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix use of "time offset" parameter, and add test to...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Stefan Metzmacherlib/util: make it possible to use debug.h with using...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-20 Tim Proutys3 build: Fix incomplete types warnings
next