Age | Commit message (Expand) | Author |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-29 | Remove needless -2 in log code. This was not an underflow risk, sinze we onl... | Nick Mathewson |
2004-11-29 | clean up the previous underflow check, and also point out | Roger Dingledine |
2004-11-29 | Disallow NDEBUG. It is very stupid. | Nick Mathewson |
2004-11-29 | fix integer underflow in tor_vsnprintf() | Roger Dingledine |
2004-11-29 | prevent integer underflow | Roger Dingledine |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | correct multiple internal spaces | Nick Mathewson |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-28 | connect() on win32 can do more things than we thought? | Nick Mathewson |
2004-11-28 | Very oops. make windows nonblocking sockets nonblocking | Nick Mathewson |
2004-11-28 | remember; tor_socket_errno has side effects! | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-24 | Flush the logfd after we print "Tor opening log file", so we don't see those ... | Peter Palfrader |
2004-11-23 | Clean up some logging and interfaces | Nick Mathewson |
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-22 | Add function to format local time in ISO format | Nick Mathewson |
2004-11-20 | and a comment so i don't try to 'fix' it again later | Roger Dingledine |
2004-11-20 | yes, in fact, i broke it. putting back. | Roger Dingledine |
2004-11-20 | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine |
2004-11-20 | simplify close_temp_logs() | Roger Dingledine |
2004-11-20 | remove another possible sigpipe cause | Roger Dingledine |
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson |
2004-11-16 | Fix a fun bug in read_all that was corrupting config files on windows, and pr... | Nick Mathewson |
2004-11-15 | Make log_fn not fail so miserably on VC6 | Nick Mathewson |
2004-11-15 | Whitespace normalization | Nick Mathewson |
2004-11-15 | ugly macros to make log_fn play nice on non-GCC compilers. | Nick Mathewson |
2004-11-14 | Split X509 certificate liveness checks into a separate function | Nick Mathewson |
2004-11-14 | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure... | Nick Mathewson |
2004-11-14 | remove redundant stdio.h | Roger Dingledine |
2004-11-14 | clean up the ftello call a little bit. | Roger Dingledine |
2004-11-12 | Fix argument to strncpy. | Nick Mathewson |
2004-11-12 | Nobody was using the return values from smartlist_(set|del|del_keeporder), so... | Nick Mathewson |
2004-11-12 | Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_... | Nick Mathewson |
2004-11-12 | Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w... | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-12 | Use autoconf to enable largefile support where necessary. Use ftello where av... | Nick Mathewson |
2004-11-10 | Resolve FIXME items: make expand_filename handle ~ and ~username | Nick Mathewson |
2004-11-10 | when you cast MAX_UINT to an int it confuses the users | Roger Dingledine |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Clean windows a little | Nick Mathewson |
2004-11-09 | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-09 | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig... | Nick Mathewson |
2004-11-09 | various fixes | Roger Dingledine |
2004-11-06 | parse_line_from_file is obsolete. | Roger Dingledine |
2004-11-05 | Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined | Nick Mathewson |
2004-11-05 | Use new log format; convert old format to new format. | Nick Mathewson |
2004-11-04 | Twiddle header order to compile on OS X again | Nick Mathewson |
2004-11-04 | Add code to read configuration lines from a string as well as a file | Nick Mathewson |