summaryrefslogtreecommitdiff
path: root/event_tagging.c
Commit message (Expand)AuthorAgeFilesLines
* Export symbols for -fvisibility=hidden (under cmake)Azat Khuzhin2017-03-131-0/+4
* Include <sys/ioctl.h>, <sys/resource.h> and <sys/wait.h> optionally.Ed Schouten2015-09-101-2/+3
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-08-291-0/+6
|\
| * Consistently check for failure from evbuffer_pullup()Nick Mathewson2014-08-291-0/+6
* | evtag: detect tags over 32-bits earlierNick Mathewson2014-03-181-1/+8
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-4/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/
* Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpcNick Mathewson2010-11-011-4/+6
* 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