aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* r7030@Kushana: nickm | 2006-08-04 14:46:52 -0700••• Close an fd leak on failed mmap() svn:r6988 Nick Mathewson2006-08-05
* r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700••• Remove now-spurious size and data arguments from tor_mmap_file svn:r6987 Nick Mathewson2006-08-05
* r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700••• Make data and size fields visible in tor_mmap_t; hide win magic differently. svn:r6986 Nick Mathewson2006-08-05
* r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700••• Finish (I hope) windows mmap impl. svn:r6981 Nick Mathewson2006-08-04
* r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700••• Add an "mmap handle" type to encapsulate bookkeeping elements of mmap issues; add prelim win32 impl svn:r6980 Nick Mathewson2006-08-04
* turn future seg faults into asserts•••svn:r6970 Roger Dingledine2006-08-03
* r6993@Kushana: nickm | 2006-07-31 16:19:21 -0400••• Interesting how much a ! can change the behavior of an assert. svn:r6962 Nick Mathewson2006-07-31
* r6980@Kushana: nickm | 2006-07-31 13:18:22 -0400••• Add a utility function to verify that a string has been through strlower. svn:r6959 Nick Mathewson2006-07-31
* r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400••• Add assert_ok functions for strmap and digestmap; use them in unit test code. svn:r6958 Nick Mathewson2006-07-31
* r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400••• Add isupper and islower wrappers to compat.h svn:r6957 Nick Mathewson2006-07-31
* r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400••• Looks like we might need a priority queue. svn:r6953 Nick Mathewson2006-07-31
* Fix a bug in HT_REMOVE.•••svn:r6925 Nick Mathewson2006-07-27
* Get better numbers out of HT_REP_OK•••svn:r6924 Nick Mathewson2006-07-27
* Remove .cvsignore files from trunk•••svn:r6891 Peter Palfrader2006-07-25
* Whitespace fix•••svn:r6816 Nick Mathewson2006-07-23
* Add a mem_is_zero function (I think we will need this) and a STRUCT_OFFSET ma...•••svn:r6810 Nick Mathewson2006-07-23
* Another MSVC6 fix. Grnk.•••svn:r6802 Nick Mathewson2006-07-21
* Hm. We probably should define INT64_MAX if we really want it. (Especially si...•••svn:r6784 Nick Mathewson2006-07-18
* MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...•••svn:r6768 Nick Mathewson2006-07-17
* stick to nick's nul/null convention•••svn:r6763 Roger Dingledine2006-07-15
* Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Fr...•••svn:r6749 Nick Mathewson2006-07-09
* when an exit node gets a malformed begin cell, don't complain to•••the node operator, since he can't do anything about it. svn:r6733 Roger Dingledine2006-07-06
* ok, i'm not allowed to say that there. oh well.•••svn:r6720 Roger Dingledine2006-07-04
* fix a misleading function comment•••svn:r6717 Roger Dingledine2006-07-04
* if we're the server-side of the tls and there are problems,•••don't yell as loudly. svn:r6716 Roger Dingledine2006-07-04
* minor fixes•••svn:r6710 Roger Dingledine2006-07-04
* Harmless: Z_OK is not an acceptable answer to Z_FINISH.•••svn:r6701 Nick Mathewson2006-06-29
* Actually enable mmap. That should improve matters.•••svn:r6694 Nick Mathewson2006-06-28
* Apparently, zlib sometimes reports Z_BUF_ERROR on input exhaustion as well as...•••svn:r6682 Nick Mathewson2006-06-24
* Ooh, that could have been bad. Sort digests as digests, not strings.•••svn:r6679 Nick Mathewson2006-06-22
* When requesting or serving resources via fingerprint/digest, request and resp...•••svn:r6673 Nick Mathewson2006-06-21
* remove non-germane comment•••svn:r6640 Nick Mathewson2006-06-18
* perhaps the reason I rail against cut-and-paste programming so vehemently is ...•••svn:r6638 Nick Mathewson2006-06-18
* Add some incremental encryption wrappers to torgzip code•••svn:r6636 Nick Mathewson2006-06-18
* Add a memdup function to util•••svn:r6635 Nick Mathewson2006-06-18
* Add smartlist_reverse and smartlist_pop_last.•••svn:r6634 Nick Mathewson2006-06-18
* Another escape() fix, for picky sprintfs.•••svn:r6579 Nick Mathewson2006-06-09
* Override our notion of printability for esc_for_log. 127 and up are never pr...•••svn:r6578 Nick Mathewson2006-06-09
* Bandaid for a seg fault i just got in 0.1.1.20.•••More generally, i reopened bug 222. Whee. svn:r6571 Roger Dingledine2006-06-09
* and now the exciting part: there is now no such thing as doing•••a client-only tls, that is, one with no certs. svn:r6558 Roger Dingledine2006-06-07
* simplify the tortls api: we only support being a "server", that•••is, even tor clients do the same sort of handshake. this has been true for years, so it's best to get rid of the stale code. svn:r6557 Roger Dingledine2006-06-07
* looks like we missed a piece of the 0.1.1.9 paranoia code.•••hopefully this change is a no-op. svn:r6556 Roger Dingledine2006-06-07
* simplify code now that libevent considers all sockets pollable.•••what we really mean now is ">= 0", which is clearer to test for. svn:r6543 Roger Dingledine2006-06-05
* bandaid for bug 299. this is still a bug, since we don't•••initialize for hardware acceleration in certain configurations; but not critical until that is supported. svn:r6536 Roger Dingledine2006-06-05
* Add a new warning to our "warn a lot" list: unused parameters. This means we...•••svn:r6532 Nick Mathewson2006-06-04
* More DNS fixes. Send meaningful TTLs back to the client when•••possible. Cache at the server side independently from the TTL, to prevent attackers from probing the server to see who has been asking for what hostnames. (Hi, Dan Kaminski!) Also, clean some whitespace. svn:r6526 Nick Mathewson2006-06-03
* Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r...•••svn:r6523 Nick Mathewson2006-06-03
* Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ...•••svn:r6510 Nick Mathewson2006-05-28
* if we're a server and some peer has a broken tls certificate, don't•••shout about it unless we want to hear about protocol violations. svn:r6507 Roger Dingledine2006-05-26
* resolve an unused variable•••svn:r6503 Roger Dingledine2006-05-26