summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2006-07-25Remove .cvsignore files from trunkPeter Palfrader
2006-07-23Whitespace fixNick Mathewson
2006-07-23Add a mem_is_zero function (I think we will need this) and a STRUCT_OFFSET ma...Nick Mathewson
2006-07-21Another MSVC6 fix. Grnk.Nick Mathewson
2006-07-18Hm. We probably should define INT64_MAX if we really want it. (Especially si...Nick Mathewson
2006-07-17MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson
2006-07-15stick to nick's nul/null conventionRoger Dingledine
2006-07-09Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Fr...Nick Mathewson
2006-07-06when an exit node gets a malformed begin cell, don't complain toRoger Dingledine
2006-07-04ok, i'm not allowed to say that there. oh well.Roger Dingledine
2006-07-04fix a misleading function commentRoger Dingledine
2006-07-04if we're the server-side of the tls and there are problems,Roger Dingledine
2006-07-04minor fixesRoger Dingledine
2006-06-29Harmless: Z_OK is not an acceptable answer to Z_FINISH.Nick Mathewson
2006-06-28Actually enable mmap. That should improve matters.Nick Mathewson
2006-06-24Apparently, zlib sometimes reports Z_BUF_ERROR on input exhaustion as well as...Nick Mathewson
2006-06-22Ooh, that could have been bad. Sort digests as digests, not strings.Nick Mathewson
2006-06-21When requesting or serving resources via fingerprint/digest, request and resp...Nick Mathewson
2006-06-18remove non-germane commentNick Mathewson
2006-06-18perhaps the reason I rail against cut-and-paste programming so vehemently is ...Nick Mathewson
2006-06-18Add some incremental encryption wrappers to torgzip codeNick Mathewson
2006-06-18Add a memdup function to utilNick Mathewson
2006-06-18Add smartlist_reverse and smartlist_pop_last.Nick Mathewson
2006-06-09Another escape() fix, for picky sprintfs.Nick Mathewson
2006-06-09Override our notion of printability for esc_for_log. 127 and up are never pr...Nick Mathewson
2006-06-09Bandaid for a seg fault i just got in 0.1.1.20.Roger Dingledine
2006-06-07and now the exciting part: there is now no such thing as doingRoger Dingledine
2006-06-07simplify the tortls api: we only support being a "server", thatRoger Dingledine
2006-06-07looks like we missed a piece of the 0.1.1.9 paranoia code.Roger Dingledine
2006-06-05simplify code now that libevent considers all sockets pollable.Roger Dingledine
2006-06-05bandaid for bug 299. this is still a bug, since we don'tRoger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-06-03More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson
2006-06-03Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r...Nick Mathewson
2006-05-28Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ...Nick Mathewson
2006-05-26if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine
2006-05-26resolve an unused variableRoger Dingledine
2006-05-25Stop being picky about what the arguments to mapaddress look like.Roger Dingledine
2006-05-24Stop initializing the hardware accelerator engines simply becauseRoger Dingledine
2006-05-24Claim a commonname of Tor, rather than TOR, in tls handshakes.Roger Dingledine
2006-05-23Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ...Nick Mathewson
2006-05-10All these headers we get via torint.hPeter Palfrader
2006-04-18mainline branch. Remove some more dead XXXs.Nick Mathewson
2006-04-10Remove DER64 functions in trunk: they will never be used again unless the dir...Nick Mathewson
2006-04-03"" is not a plausible address for addressmaps.Roger Dingledine
2006-03-29Avoid warnings about machine/limits.h on Debian GNU/kFreeBSDPeter Palfrader
2006-03-26clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.Roger Dingledine
2006-03-26failing in a support function is a warn, not an err.Roger Dingledine
2006-03-24Check return value from GetVersionEx (even though the MSDN example doesnt) an...Nick Mathewson
2006-03-21Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ...Nick Mathewson