lib/tsocket: add tsocket_readv_send/recv()
[ira/wip.git] / lib /
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_readv_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_writev_queue_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_writev_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_connect_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_sendto_queue_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_sendto_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_recvfrom_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add an implementation for bsd style sockets.
2009-03-19 Stefan Metzmacherlib/tsocket: add a tsocket_guide.txt with a description...
2009-03-19 Stefan Metzmacherlib/tsocket: add some useful helper functions
2009-03-19 Stefan Metzmacherlib/tsocket: add generic socket abstraction layer
2009-03-19 Stefan Metzmachertevent: fix the nesting logic
2009-03-19 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-03-19 Andrew Tridgellfixed a logic bug in the tevent nesting code
2009-03-17 Timurbuild: fix detection of netinet/ip.h on FreeBSD
2009-03-17 Timurbuild: format the header check for netinet/ip.h more...
2009-03-17 Stefan Metzmachertevent: change version to 0.9.5 after the ABI has changed
2009-03-17 Stefan Metzmachertevent: store the location where a request was finished
2009-03-17 Stefan Metzmachertevent: use an immediate event as trigger for tevent_queue
2009-03-17 Stefan Metzmachertevent: use an immediate event fot tevent_req_post()
2009-03-17 Stefan Metzmachertevent: use TALLOC_FREE() in tevent_req.c
2009-03-17 Stefan Metzmachertevent: add support for immediate events
2009-03-17 Stefan Metzmachertevent: add tevent_common_loop_wait() helper function...
2009-03-17 Stefan Metzmachertevent: check signal events first in event_loop_once
2009-03-17 Stefan Metzmachertevent: let tevent_loop_once() just run one fd event
2009-03-17 Volker LendeckeRemove some transitional code in writev_send
2009-03-17 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-16 Volker LendeckeRemove some unused code from async_req.[ch]
2009-03-16 Stefan Metzmachertalloc: change version to 1.3.0
2009-03-16 Stefan Metzmachertalloc: add useful talloc_array_length() macro
2009-03-16 Stefan Metzmachertalloc: add TALLOC_ZERO()
2009-03-16 Stefan Metzmacherlib/replace: use AC_TRY_LINK() to verify that getifaddr...
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-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-14 Jelmer VernooijRemove -L/usr/lib from a couple more make variables.
2009-03-14 Jelmer Vernooijtdr: Remove dependency on lp_* so it can be used in...
2009-03-14 Jelmer VernooijMerge branch 'checktalloc' into tdr
2009-03-14 Jelmer VernooijMerge branch 'checktalloc' into tdr
2009-03-14 Jelmer VernooijMove tdr to top-level.
2009-03-13 Stefan Metzmachertevent: change version to 0.9.4 as the ABI has changed
2009-03-12 Tim Proutytevent: Fix might be unitialized warning
2009-03-12 Stefan Metzmachertevent: add tevent_loop_until()
2009-03-12 Stefan Metzmachertevent: add tevent_loop_set_nesting_hook()
2009-03-12 Stefan Metzmachertevent: don't allow nested tevent_loop_once() anymore
2009-03-12 Stefan Metzmachertevent: pass __location__ to tevent_loop_once/wait()
2009-03-12 Stefan Metzmachertevent: add tevent_set_abort_fn()
2009-03-12 Stefan Metzmachertevent: add tevent_signal_support()
2009-03-12 Stefan Metzmachertalloc: add talloc_set_abort_fn()
2009-03-11 Stefan Metzmacherasync_sock: fix truncating of the temporary iovec in...
2009-03-11 Stefan Metzmacherlib/replace: make sure we include <sys/uio.h> before...
2009-03-10 Stefan Metzmachertevent: add tevent_req_callback_data_void() macro
2009-03-10 Stefan Metzmachertevent: add tevent_req_received() function
2009-03-10 Stefan Metzmachersocket_wrapper: wrap readv() and writev()
2009-03-09 Jelmer VernooijFix prototype mismatch.
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Stefan Metzmachersocket_wrapper: try to make ipv6 support more portable
2009-03-08 Stefan Metzmachersocket_wrapper: downgrade ipv6 sockets to ipv4 is in...
2009-03-08 Stefan Metzmachersocket_wrapper: correctly handle connected dgram sockets
2009-03-08 Stefan Metzmachersocket_wrapper: make it possible to bind to '::'
2009-03-08 Volker LendeckeAdd "queue" to writev_send
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-04 Andrew BartlettUpdate talloc version so we don't fail on system talloc...
2009-03-04 Michael Adams3:smbconf: move smbconf_share_exists checks into backend
2009-03-04 Tim Proutysocket wrapper: Fix 'might be used uninitialized' warning
2009-03-04 Stefan Metzmachersocket_wrapper: add multiple interface support for...
2009-03-04 Stefan Metzmachersocket_wrapper: add ipv6 pcap support
2009-03-04 Stefan Metzmachersocket_wrapper: pass down sockaddr instead of sockaddr_...
2009-03-04 Stefan Metzmachersocket_wrapper: prepare pcap support for ipv6 traffic
2009-03-04 Stefan Metzmachersocket_wrapper: don't crash if we get EAGAIN from real_...
2009-03-03 Stefan Metzmacherlib/util: remove samba specific talloc_get_type_abort()
2009-03-03 Stefan Metzmachertalloc: add talloc_get_type_abort()
2009-03-02 Simo SorceMake struct tevent_req opaque
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 ssh://git.samba.org/data/git...
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 VernooijAvoid using tevent_util.h, which won't be available...
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-28 Volker LendeckeSimplify async_connect_send slightly
2009-02-26 Stefan Metzmacherlib/torture: fix depency to map_nt_error_from_unix()
2009-02-26 Stefan Metzmachertevent: add tevent_queue infrastructure
2009-02-26 Volker LendeckeAdd tevent_ntstatus
2009-02-26 Michael Adams3:libsmbconf: add transactions to the libsmbconf api
2009-02-26 Volker LendeckeSpeed up "net conf list"
2009-02-26 Stefan Metzmacherlibreplace: make it possible to disable socket_wrapper...
2009-02-25 Stefan Metzmacherlib/tdb: if we know pwrite and pread are thread/fork...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Stefan Metzmachertevent: add private_print function feature to tevent_req
next