Clean up the ldb python bindings to be 64 bit safe.
[jelmer/samba4-debian.git] / source / lib / events /
2008-03-11 Stefan Metzmacherevents_signal: pass down the correct siginfo_t struct...
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-29 Jelmer VernooijMove public header accumulation out of the perl code.
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijMake more module init functions public, since they...
2008-01-05 Jelmer Vernooijr26669: Janitorial: Remove uses of global_loadparm.
2007-12-28 Jelmer Vernooijr26625: Wrap some more events functions for Python...
2007-12-28 Jelmer Vernooijr26620: python: Allow not specifying event contexts...
2007-12-26 Kai Blinr26588: Janitorial: Rename torture_*_add_*test to tortu...
2007-12-24 Jelmer Vernooijr26580: Include sentinel in build.h, in case the list...
2007-12-24 Jelmer Vernooijr26576: Allow the static module loading code to be...
2007-12-24 Jelmer Vernooijr26570: - Trim size of the swig-generated Python bindin...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26464: Tighten dependencies.
2007-12-21 Jelmer Vernooijr26399: Use -O option for SWIG (less evil generated...
2007-12-21 Stefan Metzmacherr26288: events: events.h uses uint16_t so it needs...
2007-12-21 Jelmer Vernooijr26266: Remove more global_loadparm uses.
2007-12-21 Jelmer Vernooijr26248: Check in SWIG output so SWIG is not required...
2007-12-21 Jelmer Vernooijr26195: Wrap two more functions.
2007-12-21 Jelmer Vernooijr26194: Wrap the events subsystem in a separate file.
2007-12-21 Jelmer Vernooijr25903: Move more files out of torture/
2007-12-21 Andrew Tridgellr25676: fixed a valgrind error in the epoll event backe...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25537: Use new path for events modules.
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr24814: Fix headers, trim core.h even more.
2007-10-10 Andrew Bartlettr24502: More work to get LOCAL-EVENT passing on all...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23301: merged from ctdb
2007-10-10 Andrew Tridgellr22985: don't do checkins late at night ....
2007-10-10 Andrew Tridgellr22971: fix build on systems without epoll
2007-10-10 Andrew Tridgellr22970: the events code calls close(), which needs...
2007-10-10 Andrew Tridgellr22968: andrew bartlett pointed out that the parent...
2007-10-10 Andrew Tridgellr22964: log an error on epoll_create failing on reopen
2007-10-10 Andrew Tridgellr22963: fixed the epoll/fork interaction in the epoll...
2007-10-10 Andrew Tridgellr22959: cope with a rather interesting interaction...
2007-10-10 Andrew Tridgellr22830: merged the latest lib/events updates from ctdb...
2007-10-10 Stefan Metzmacherr22661: optimize the handling of directly triggered...
2007-10-10 Andrew Tridgellr22634: make the events system much less dependent...
2007-10-10 Andrew Tridgellr22632: merged volkers select events fix
2007-10-10 Jelmer Vernooijr21299: Fix the build for those that don't have talloc...
2007-10-10 Jelmer Vernooijr21297: Remove the GTK+ tools and library from the...
2007-10-10 Andrew Tridgellr21212: detect if the kernel does not support integrate...
2007-10-10 Andrew Tridgellr21171: fixed a bug related to recursive event handling.
2007-10-10 Andrew Tridgellr20989: don't mark epoll as set until after the io_subm...
2007-10-10 Andrew Bartlettr20984: Try to ensure we can't have sig_state dissapear...
2007-10-10 Andrew Tridgellr20960: attempt to fix a valgrind error in the signals...
2007-10-10 Andrew Tridgellr20941: avoid races in the block/unblock code
2007-10-10 Andrew Tridgellr20940: allow SA_SIGINFO signals to be oneshot. Why...
2007-10-10 Andrew Tridgellr20939: reduce the amount of static state for signal...
2007-10-10 Andrew Tridgellr20938: use a double counter trick to avoid the need...
2007-10-10 Volker Lendecker20934: I *hate* deep indents :-)
2007-10-10 Andrew Tridgellr20930: use sigaction() instead of signal()
2007-10-10 Andrew Tridgellr20929: fixed typo
2007-10-10 Andrew Tridgellr20928: added signal events to lib/events
2007-10-10 Stefan Metzmacherr20794: hopefully fix the build on systems without...
2007-10-10 Stefan Metzmacherr20788: - remove epoll configure checks from libreplace
2007-10-10 Stefan Metzmacherr20787: a subsystem doesn't need explicit dependencies...
2007-10-10 Andrew Tridgellr20623: change where the smb.conf parm event:backend...
2007-10-10 Andrew Tridgellr20621: - enable the aio events backend on systems...
2007-10-10 Andrew Tridgellr20540: darn, also need to fix this event_context reference
2007-10-10 Andrew Tridgellr20539: - split the common timer related events code...
2007-10-10 Andrew Tridgellr20104: this is a alternative events backend, which...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr13842: Make some more functions public.
2007-10-10 Andrew Tridgellr13699: restore the system/select.h include, as otherwi...
2007-10-10 Stefan Metzmacherr12844: don't include system headers directly
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr12153: work arround the fact that epoll reports EPOLLE...
2007-10-10 Stefan Metzmacherr12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,
2007-10-10 Stefan Metzmacherr12141: - move epoll related code into one big #ifdef...
2007-10-10 Stefan Metzmacherr12140: - add an additional_flags field to the fd_event...
2007-10-10 Stefan Metzmacherr12124: we don't need this comment twice
2007-10-10 Stefan Metzmacherr12123: handle fde == NULL at the correct level
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Volker Lendecker10690: Fix a bug that metze pointed out: Leaving the...
2007-10-10 Volker Lendecker10684: Add a nasty hack for the failure case of wbinfo...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Stefan Metzmacherr10537: - we now use a much nicer way to handle talloc_...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Andrew Tridgellr9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000
2007-10-10 Andrew Tridgellr9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
2007-10-10 Volker Lendecker8886: Exchange the arguments of timeval_compare, this...
2007-10-10 Volker Lendecker8875: Rename timeval_diff to timeval_until and revert...
2007-10-10 Andrew Tridgellr8409: fixed another error found on netbsd.
2007-10-10 Andrew Tridgellr6968: fixed a typo in the event macros. I'm surprised...
2007-10-10 Andrew Tridgellr6147: The maxfd was being recalculated on every event...
2007-10-10 Jelmer Vernooijr5437: Allow Samba4 to be compiled by tcc (tinycc.org...
2007-10-10 Stefan Metzmacherr5407: - this patch makes samba's event loop code more...
next