summaryrefslogtreecommitdiff
path: root/event_tagging.c
Commit message (Expand)AuthorAgeFilesLines
* add limits.h to event_tagging.c so opensolaris will buildNick Mathewson2010-10-141-0/+1
* Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-5/+6
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-0/+1
* Change an OOM err to a warn in event_tagging.cNick Mathewson2009-11-091-2/+4
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* More documentation and unit tests for event_tagging.Nick Mathewson2009-10-291-0/+24
* Rename encode_int(64) to avoid polluting the global namespace.Nick Mathewson2009-07-201-6/+17
* More msvc build tweaks.Nick Mathewson2009-05-011-2/+3
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-6/+6
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-5/+5
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-1/+1
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* support 64-bit integers in rpc structsNiels Provos2008-06-211-50/+117
* r15316@tombo: nickm | 2008-04-24 20:58:36 -0400Nick Mathewson2008-04-251-1/+1
* r15245@tombo: nickm | 2008-04-18 09:27:50 -0400Nick Mathewson2008-04-181-1/+1
* r15242@tombo: nickm | 2008-04-18 09:24:44 -0400Nick Mathewson2008-04-181-24/+37
* r15193@tombo: nickm | 2008-04-16 16:00:35 -0400Nick Mathewson2008-04-161-1/+3
* improved code for evbuffer; avoids memcpyNiels Provos2008-02-281-62/+87
* r18145@catbus: nickm | 2008-02-18 15:02:20 -0500Nick Mathewson2008-02-181-41/+41
* r17185@catbus: nickm | 2007-12-16 14:33:40 -0500Nick Mathewson2007-12-161-0/+2
* prefix {encode,decode}_tag functions with evtag to avoid collisionsNiels Provos2007-12-131-13/+13
* support for 32-bit tag numbers in rpc structuresNiels Provos2007-12-121-36/+99
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-1/+2
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-3/+10
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* optimize by removing a variableNiels Provos2007-09-161-9/+8
* r14618@catbus: nickm | 2007-08-16 17:11:47 -0400Nick Mathewson2007-08-161-1/+1
* convert u_int8_t types to uint8_t typesNiels Provos2007-06-301-32/+32
* fixes from Joerg Sonnenberger:Niels Provos2007-06-301-1/+1
* make it compile on solaris; from Andrei NigmatulinNiels Provos2007-06-161-1/+1
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* remove artifical 16-bit restriction on evrpc entriesNiels Provos2007-02-241-3/+3
* mingw fixes from NickNiels Provos2006-11-221-0/+9
* make sure that the rpc callback receives an unmarshaled payload;Niels Provos2006-11-171-1/+4
* get rid of err.hNiels Provos2006-07-181-3/+3
* make it compile on mac os xNiels Provos2005-09-091-31/+33
* a few more bug fixesNiels Provos2005-08-271-0/+20
* including the tagging code that is required by event_rpcgen.py; test theNiels Provos2005-08-221-0/+338