summaryrefslogtreecommitdiff
path: root/event.h
Commit message (Expand)AuthorAgeFilesLines
* Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-1/+1
* Make definition of WIN32_LEAN_AND_MEAN in event.h conditional.Gilad Benjamini2010-08-131-0/+2
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Spelling fixes in comments and strings.Nick Mathewson2009-10-161-2/+2
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-0/+1
* Rename encode_int(64) to avoid polluting the global namespace.Nick Mathewson2009-07-201-0/+1
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-1/+1
* make doxygen happierNiels Provos2009-04-181-3/+3
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-0/+1
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-1/+1
* Move obsolete evbuffer function into include/event2/buffer_compat.hNick Mathewson2009-01-231-0/+1
* document chunked replies plus fix doxygen warningsNiels Provos2008-05-131-1/+1
* r15193@tombo: nickm | 2008-04-16 16:00:35 -0400Nick Mathewson2008-04-161-806/+6
* improved code for evbuffer; avoids memcpyNiels Provos2008-02-281-192/+16
* simplify evbuffer by removing orig_bufferNiels Provos2008-02-231-2/+1
* update event_base_loop documentation; from Tani HosokawaNiels Provos2008-02-201-2/+4
* event_base_get_method; from Springande UlvNiels Provos2008-02-161-0/+9
* rollback r594: restructuring to make event activation independent.Niels Provos2007-12-241-35/+17
* add -Wstrict-aliasing and remove bogus evtag_test from event.hNiels Provos2007-12-181-2/+0
* restructure the code to make event activation independent of regular event logicNiels Provos2007-12-161-17/+35
* support for 32-bit tag numbers in rpc structuresNiels Provos2007-12-121-11/+13
* r15171@tombo: nickm | 2007-12-06 12:47:47 -0500Nick Mathewson2007-12-061-1/+5
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-8/+15
* r14953@tombo: nickm | 2007-11-25 15:56:40 -0500Nick Mathewson2007-11-251-3/+25
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-0/+21
* provide event_reinit() to reinitialized an event_base after fork - necessary ...Niels Provos2007-11-251-11/+12
* r14931@tombo: nickm | 2007-11-17 17:21:09 -0500Nick Mathewson2007-11-171-0/+29
* r14930@tombo: nickm | 2007-11-17 17:01:14 -0500Nick Mathewson2007-11-171-15/+24
* use a const pointer for bufferevent_writeNiels Provos2007-11-171-2/+4
* provide event_base_new() as a mechanism for not setting the current_globalNiels Provos2007-11-141-3/+17
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-15/+22
* r16507@catbus: nickm | 2007-11-07 01:34:55 -0500Nick Mathewson2007-11-071-1/+1
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-0/+4
* r16496@catbus: nickm | 2007-11-06 23:58:52 -0500Nick Mathewson2007-11-071-1/+11
* make event_init should return struct event_base *Niels Provos2007-11-071-1/+1
* improve doxygen documentationNiels Provos2007-11-041-4/+12
* remove last vestiges of RBTREENiels Provos2007-11-031-4/+0
* switch timeouts to a min heap; from Maxim YegorushkinNiels Provos2007-11-031-11/+2
* r15097@catbus: nickm | 2007-09-18 11:08:42 -0400Nick Mathewson2007-09-181-129/+179
* r15096@catbus: nickm | 2007-09-18 11:02:12 -0400Nick Mathewson2007-09-181-5/+656
* make clock_monotonic work; do not use default timeout;Niels Provos2007-07-301-2/+0
* make event_rpcgen.py use the uint_ types;Niels Provos2007-07-061-0/+1
* convert u_int8_t types to uint8_t typesNiels Provos2007-06-301-17/+15
* fixes from Joerg Sonnenberger:Niels Provos2007-06-301-0/+1
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-2/+3
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+0
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-0/+1
* remove artifical 16-bit restriction on evrpc entriesNiels Provos2007-02-241-1/+1
* fix handling of chunked requestsNiels Provos2007-02-141-1/+1