Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-25 | Fixing timeval calculation | Simo Sorce | 1 | -1/+1 | |
The code was always doubling microseconds when attempting to round up. | |||||
2009-02-17 | tevent: Rename ev_timeval* functions to tevent_timeval, export them. | Kai Blin | 1 | -17/+38 | |
Also add tevent_timeval_add() and tevent_timeval_current_ofs() to help not depending on lub/util/time.c for things that just need tevent | |||||
2009-02-16 | lib/tevent: change to LGPLv3+ | Stefan Metzmacher | 1 | -13/+17 | |
metze | |||||
2009-02-13 | lib/tevent: expose ev_timeval_zero() for internal usage | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-05 | tevent: add some debugging for timer events, that mostly matches samba3 | Stefan Metzmacher | 1 | -0/+12 | |
metze | |||||
2009-01-05 | tevent: don't crash if te->event_ctx is NULL | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2009-01-02 | tevent: pass down handler_name and location to the backend layer | Stefan Metzmacher | 1 | -9/+13 | |
metze | |||||
2009-01-02 | tevent: use libreplace headers instead of system headers | Stefan Metzmacher | 1 | -4/+1 | |
metze | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -9/+9 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-12-29 | lib/tevent: rename event_* => tevent_* in the header file | Stefan Metzmacher | 1 | -5/+5 | |
We have compat macros to keep the callers happy. metze | |||||
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+230 | |
This commit will not compile on its own. metze |