| Commit message (Expand) | Author | Age |
* | Another escape() fix, for picky sprintfs. | Nick Mathewson | 2006-06-09 |
* | Override our notion of printability for esc_for_log. 127 and up are never pr... | Nick Mathewson | 2006-06-09 |
* | Bandaid for a seg fault i just got in 0.1.1.20. | Roger Dingledine | 2006-06-09 |
* | and now the exciting part: there is now no such thing as doing | Roger Dingledine | 2006-06-07 |
* | simplify the tortls api: we only support being a "server", that | Roger Dingledine | 2006-06-07 |
* | looks like we missed a piece of the 0.1.1.9 paranoia code. | Roger Dingledine | 2006-06-07 |
* | simplify code now that libevent considers all sockets pollable. | Roger Dingledine | 2006-06-05 |
* | bandaid for bug 299. this is still a bug, since we don't | Roger Dingledine | 2006-06-05 |
* | Add a new warning to our "warn a lot" list: unused parameters. This means we... | Nick Mathewson | 2006-06-04 |
* | More DNS fixes. Send meaningful TTLs back to the client when | Nick Mathewson | 2006-06-03 |
* | Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r... | Nick Mathewson | 2006-06-03 |
* | Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ... | Nick Mathewson | 2006-05-28 |
* | if we're a server and some peer has a broken tls certificate, don't | Roger Dingledine | 2006-05-26 |
* | resolve an unused variable | Roger Dingledine | 2006-05-26 |
* | Stop being picky about what the arguments to mapaddress look like. | Roger Dingledine | 2006-05-25 |
* | Stop initializing the hardware accelerator engines simply because | Roger Dingledine | 2006-05-24 |
* | Claim a commonname of Tor, rather than TOR, in tls handshakes. | Roger Dingledine | 2006-05-24 |
* | Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ... | Nick Mathewson | 2006-05-23 |
* | All these headers we get via torint.h | Peter Palfrader | 2006-05-10 |
* | mainline branch. Remove some more dead XXXs. | Nick Mathewson | 2006-04-18 |
* | Remove DER64 functions in trunk: they will never be used again unless the dir... | Nick Mathewson | 2006-04-10 |
* | "" is not a plausible address for addressmaps. | Roger Dingledine | 2006-04-03 |
* | Avoid warnings about machine/limits.h on Debian GNU/kFreeBSD | Peter Palfrader | 2006-03-29 |
* | clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug. | Roger Dingledine | 2006-03-26 |
* | failing in a support function is a warn, not an err. | Roger Dingledine | 2006-03-26 |
* | Check return value from GetVersionEx (even though the MSDN example doesnt) an... | Nick Mathewson | 2006-03-24 |
* | Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ... | Nick Mathewson | 2006-03-21 |
* | ok, commenting that out broke things real bad. | Roger Dingledine | 2006-03-20 |
* | Resolve a memory leak on clients. This disables some | Roger Dingledine | 2006-03-20 |
* | normalize whitespace. | Nick Mathewson | 2006-03-17 |
* | add tor_strisprint() back in, this time with comments. | Roger Dingledine | 2006-03-15 |
* | and remove now-extraneous function | Roger Dingledine | 2006-03-15 |
* | Use INLINE (which we define) instead of __inline (which is nonstandard) in ht... | Nick Mathewson | 2006-03-13 |
* | Fix bug in close_logs(): when we close and delete logs, remove them all from ... | Nick Mathewson | 2006-03-13 |
* | Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ... | Nick Mathewson | 2006-03-13 |
* | More cleanups noticed by weasel; also, remove macros that nobody uses. | Nick Mathewson | 2006-03-12 |
* | Use escaped() for remaining cases. | Nick Mathewson | 2006-03-11 |
* | fix infinite loop | Roger Dingledine | 2006-03-06 |
* | Add some functions to escape values from the network before sending them to t... | Nick Mathewson | 2006-03-05 |
* | Allow private:* in routerdescs; not generated yet (because older Tors do not ... | Nick Mathewson | 2006-03-05 |
* | Add function names to log_* on non-gcc | Peter Palfrader | 2006-02-18 |
* | Finish log function renaming for non-GNUC systems | Peter Palfrader | 2006-02-18 |
* | Start the process of converting warn to log_warn and so on. | Roger Dingledine | 2006-02-13 |
* | try to fix bug with spurious "everything is broken" warning | Nick Mathewson | 2006-02-13 |
* | Generate 18.0.0.0/8 address policy format in descs when we can; warn when the... | Nick Mathewson | 2006-02-12 |
* | and don't warn when it happens here either, unless the user | Roger Dingledine | 2006-02-12 |
* | Correct a function comment. Nick: is this right? | Roger Dingledine | 2006-02-12 |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | and maybe some function documentation will help too | Roger Dingledine | 2006-02-09 |
* | check for EADDRINUSE in a cross-platform way (unless i'm wrong) | Roger Dingledine | 2006-02-03 |