aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson2004-12-16
* Note that length checking on base64_decode is kinda conservativeNick Mathewson2004-12-13
* Belt *or* suspenders will be sufficient when casting things to unsigned char.Nick Mathewson2004-12-08
* Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson2004-12-08
* fix commentRoger Dingledine2004-12-07
* Fix some memory leaks and unlikely segfaultsNick Mathewson2004-12-07
* note an improvement on our uname we might want to make one dayRoger Dingledine2004-12-07
* Fix leakable rsa keyNick Mathewson2004-12-07
* Fix parse_iso_time on platforms without strptime.Nick Mathewson2004-12-06
* int is not necessarily the same size as size_tRoger Dingledine2004-12-05
* fix commentRoger Dingledine2004-12-04
* Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson2004-12-02
* Fix windows build.Nick Mathewson2004-12-01
* Spell-check strings and commentsNick Mathewson2004-12-01
* If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson2004-12-01
* a few minor tweaksRoger Dingledine2004-11-30
* doxygen uses backslashes, not forward-slashesNick Mathewson2004-11-30
* clarify why strlcpy is safe in truncated log messagesNick Mathewson2004-11-30
* Add casei versions of strcmpstart/strcmpendNick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Remove needless -2 in log code. This was not an underflow risk, sinze we onl...Nick Mathewson2004-11-29
* clean up the previous underflow check, and also point outRoger Dingledine2004-11-29
* Disallow NDEBUG. It is very stupid.Nick Mathewson2004-11-29
* fix integer underflow in tor_vsnprintf()Roger Dingledine2004-11-29
* prevent integer underflowRoger Dingledine2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* correct multiple internal spacesNick Mathewson2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* connect() on win32 can do more things than we thought?Nick Mathewson2004-11-28
* Very oops. make windows nonblocking sockets nonblockingNick Mathewson2004-11-28
* remember; tor_socket_errno has side effects!Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Flush the logfd after we print "Tor opening log file", so we don't see those ...Peter Palfrader2004-11-24
* Clean up some logging and interfacesNick Mathewson2004-11-23
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* Add function to format local time in ISO formatNick Mathewson2004-11-22
* and a comment so i don't try to 'fix' it again laterRoger Dingledine2004-11-20
* yes, in fact, i broke it. putting back.Roger Dingledine2004-11-20
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
* simplify close_temp_logs()Roger Dingledine2004-11-20
* remove another possible sigpipe causeRoger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson2004-11-20
* Fix a fun bug in read_all that was corrupting config files on windows, and pr...Nick Mathewson2004-11-16
* Make log_fn not fail so miserably on VC6Nick Mathewson2004-11-15
* Whitespace normalizationNick Mathewson2004-11-15
* ugly macros to make log_fn play nice on non-GCC compilers.Nick Mathewson2004-11-15
* Split X509 certificate liveness checks into a separate functionNick Mathewson2004-11-14
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...Nick Mathewson2004-11-14
* remove redundant stdio.hRoger Dingledine2004-11-14
* clean up the ftello call a little bit.Roger Dingledine2004-11-14