tevent: s/epoll_change_event/epoll_update_event
[metze/samba/wip.git] / lib /
2013-03-01 Stefan Metzmachertevent: s/epoll_change_event/epoll_update_event
2013-03-01 Stefan Metzmachertevent: the content of event is ignored by EPOLL_CTL_DEL
2013-03-01 Stefan Metzmachertevent: call epoll_panic() if EPOLL_CTL_DEL failed
2013-03-01 Stefan Metzmachertevent: use helper variables to hold the epoll_ctl...
2013-03-01 Stefan Metzmachertevent: remove unused if (epoll_ev->epoll_fd == -1...
2013-03-01 Stefan Metzmachertevent: add std_event_loop_wait()
2013-03-01 Stefan Metzmachertevent: don't call TALLOC_FREE(ev->additional_data...
2013-03-01 Stefan Metzmachertevent: avoid any operation on epoll_ev after a epoll_p...
2013-03-01 Stefan Metzmachertevent: add epoll_{create,ctl}_panic_fallback() for...
2013-03-01 Stefan Metzmachertevent: use DLIST_DEMOTE() before calling on fde handle...
2013-03-01 Stefan Metzmachertevent: debug a FATAL message on EBADF from the select...
2013-03-01 Jeremy Allisontevent: Fix multiple handler on the same fd bug in...
2013-03-01 Stefan Metzmachertevent: revalidate fde->flags after poll()
2013-03-01 Stefan Metzmachertevent: ignore POLLNVAL from poll() and disable the...
2013-03-01 Stefan Metzmachertevent: traverse the ev->fd_event list instead of the...
2013-03-01 Stefan Metzmachertevent: maintain a list of disabled events in the poll...
2013-03-01 Stefan Metzmachertevent: merge poll_fresh_fde_destructor() into poll_eve...
2013-03-01 Stefan Metzmachertevent: use tevent_poll_event_add_fd_internal() in...
2013-03-01 Stefan Metzmachertevent: make sure we cleanup the array passed to poll...
2013-03-01 Stefan Metzmachertevent: don't skip a fd event if the previous one was...
2013-03-01 Stefan Metzmachertevent: remember the errno from select(), poll() and...
2013-03-01 Michael Adamtevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOO...
2013-03-01 Stefan Metzmachertevent: fix compiler warning in tevent_context_init_byn...
2013-03-01 Stefan Metzmachertevent: fix some compiler warnings in testsuite.c
2013-03-01 Michael Adamtevent: fix a comment typo in tevent_epoll.c
2013-03-01 Galen.Liutevent: fix --disable-python cause configure fails...
2013-03-01 Stefan Metzmachertevent: define TEVENT_NUM_SIGNALS based on configure...
2013-03-01 Stefan Metzmacherlib/replace: add AC_CHECK_VALUEOF() macro
2013-02-28 Timur BakeyevFix bug # 9666 - Broken filtering of link-local addresses.
2013-02-28 Stefan Metzmacherlib/util: add samba_tevent_set_debug()
2013-02-28 Stefan Metzmacherlib/util: allow samba_tevent_debug() to take a name...
2013-02-22 Andreas Schneiderlib-util: Don't leak file descriptor on error.
2013-02-22 Björn Jackebuild: use -fstack-protector if available
2013-02-22 Björn JackeRevert "wafbuild: use -Wstack-protector if available"
2013-02-22 Andrew Bartlettldb: Add missing dependency on replace for ldb
2013-02-22 Andrew Bartlettbuild: Remove unused includes.h reference to avoid...
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
2013-02-20 Rusty Russellparam: 'use ntdb' flag (off by default).
2013-02-20 Rusty Russelltdb_wrap: prevent tdbs called ".ntdb" or without extens...
2013-02-20 Rusty Russelldbwrap_local_open: never open the .tdb if there is...
2013-02-20 Rusty Russelldbwrap_local_open: open NTDB if extension is .ntdb
2013-02-20 Rusty Russelldbwrap: dbwrap_ntdb.c
2013-02-20 Rusty Russellntdb: fix database corruption when transaction doesn...
2013-02-19 Stefan Metzmacherlib/util: add samba_tevent_context_init()
2013-02-19 Volker Lendecketdb: Slightly simplify transaction_write
2013-02-19 Volker Lendecketdb: Make tdb_release_transaction_locks use tdb_allreco...
2013-02-19 Volker Lendecketdb: Don't segfault if tdb_open_ex for check failed
2013-02-19 Volker Lendecketdb: Factor out the retry loop from tdb_allrecord_upgrade
2013-02-19 Volker Lendecketdb: Simplify fcntl_lock() a bit
2013-02-19 Volker Lendecketdb: Use tdb_null in freelistcheck
2013-02-19 Volker Lendecketdb: Enhance lock tracking a bit
2013-02-19 Michael Adamlib/util/time: strip a potential trailing newline in...
2013-02-19 Gregor Becklib/util_tdb: factor out tdb_data_talloc_copy()
2013-02-18 Karolin Seegerfault.c: Fix typo in comment.
2013-02-16 Volker Lendecketdb: Fix a typo
2013-02-14 Jeremy Allisontevent: Remove the previous "standard" tevent backend...
2013-02-14 Jeremy Allisontevent: Add in the new implementation of "standard...
2013-02-14 Jeremy Allisontevent: Add a private function tevent_poll_event_add_fd...
2013-02-14 Stefan Metzmachertevent: make use of tevent_find_ops_byname() in tevent_...
2013-02-14 Stefan Metzmachertevent: make sure tevent_backend_init() only runs once
2013-02-14 Jeremy Allisontevent: Add a utility function tevent_find_ops_byname().
2013-02-14 Jeremy Allisontevent: Add in the same tevent_re_initialise() fix...
2013-02-14 Jeremy Allisontevent: Add in some test code to allow the panic fallba...
2013-02-14 Jeremy Allisontevent: Plumb in the panic fallback code into the epoll...
2013-02-14 Jeremy Allisontevent: Add an internal function tevent_epoll_set_panic...
2013-02-14 Stefan Metzmachertevent: pass 'bool replay' to epoll_panic()
2013-02-14 Jeremy Allisontevent: Ensure we return after every call to epoll_panic().
2013-02-14 Jeremy Allisontevent: Preparing to fix "standard" backend fallback...
2013-02-08 Volker Lendeckedbwrap: Prevent transactions on non-persistent dbs
2013-02-08 Matthieu Patouldb: Add more data test data for one level test cases
2013-02-08 Matthieu Patouldb: Add tests for the python api
2013-02-08 Matthieu Patouldb: Add more tests related to onelevel search
2013-02-08 Matthieu Patouldb: use strncmp instead of strcmp when comparing the...
2013-02-08 Matthieu Patouldb: make test output more readable
2013-02-08 Matthieu Patouldb-tdb: Document ltdb_index_add1 for more clarity
2013-02-08 Matthieu Patouldb-tdb: Fix a wrong parameter in ltdb_store
2013-02-08 Matthieu Patouldb_tdb: raise level of full index scan message so...
2013-02-05 Michael Adams3:param: remove unused function lp_idmap_backend()
2013-02-05 Volker Lendecketdb: Remove "header" from tdb_context
2013-02-05 Volker Lendecketdb: Pass argument "header" to check_header_hash
2013-02-05 Volker Lendecketdb: Pass argument "header" to tdb_new_database
2013-02-04 Stefan Metzmacherlib/dbwrap: talloc_strdup() name in db_open_file()
2013-02-04 Stefan Metzmacherlib/util: improve check_password_quality() to handle...
2013-02-03 Stefan Metzmachertevent_poll: add poll_event_loop_wait()
2013-02-03 Stefan Metzmachertevent_poll: fix the usage of tevent_re_initialise()
2013-02-03 Stefan Metzmachertevent_poll: call tevent_common_fd_destructor() from...
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_event_set_fd_flags
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_fresh_fde_destructor
2013-02-03 Volker Lendecketevent_poll: NULL out fde->event_ctx for "fresh" poll...
2013-02-03 Volker Lendecketevent_poll: Use the poll_event_context_destructor...
2013-02-03 Volker Lendecketevent_poll: Re-order routines
2013-02-03 Volker Lendecketevent_poll: Fix a crash in the poll backend
2013-01-31 Volker Lendecketevent: Fix a comment typo
2013-01-26 Andrew Bartlettldb: Ensure to decrement the transaction_active wheneve... samba-upstream/tags/ldb-1.1.15
2013-01-26 Stefan Metzmacherldb: fix a warning by converting from TDB_DATA to struc...
2013-01-24 Karolin Seegerdocs: ldbsearch.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbrename.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbmodify.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbedit.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbdel.1.xml: Correct meta data.
next