aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* Fix windows build.•••svn:r3053 Nick Mathewson2004-12-01
* Spell-check strings and comments•••svn:r3052 Nick Mathewson2004-12-01
* If we are using select, make sure we stay within FD_SETSIZE.•••svn:r3051 Nick Mathewson2004-12-01
* a few minor tweaks•••svn:r3041 Roger Dingledine2004-11-30
* doxygen uses backslashes, not forward-slashes•••svn:r3033 Nick Mathewson2004-11-30
* clarify why strlcpy is safe in truncated log messages•••svn:r3032 Nick Mathewson2004-11-30
* Add casei versions of strcmpstart/strcmpend•••svn:r3026 Nick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* Remove needless -2 in log code. This was not an underflow risk, sinze we onl...•••svn:r3017 Nick Mathewson2004-11-29
* clean up the previous underflow check, and also point out•••yet another one that may be a problem. nick? svn:r3016 Roger Dingledine2004-11-29
* Disallow NDEBUG. It is very stupid.•••svn:r3012 Nick Mathewson2004-11-29
* fix integer underflow in tor_vsnprintf()•••(probably exploitable) svn:r3011 Roger Dingledine2004-11-29
* prevent integer underflow•••(not currently exploitable, ilja and i think) svn:r3010 Roger Dingledine2004-11-29
* wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me. svn:r3005 Roger Dingledine2004-11-28
* correct multiple internal spaces•••svn:r3004 Nick Mathewson2004-11-28
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* connect() on win32 can do more things than we thought?•••svn:r2999 Nick Mathewson2004-11-28
* Very oops. make windows nonblocking sockets nonblocking•••svn:r2998 Nick Mathewson2004-11-28
* remember; tor_socket_errno has side effects!•••svn:r2997 Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* Flush the logfd after we print "Tor opening log file", so we don't see those ...•••svn:r2980 Peter Palfrader2004-11-24
* Clean up some logging and interfaces•••svn:r2945 Nick Mathewson2004-11-23
* Normalize a few more kinds of whitespace. We now dislike:••• - func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 Nick Mathewson2004-11-22
* Add function to format local time in ISO format•••svn:r2935 Nick Mathewson2004-11-22
* and a comment so i don't try to 'fix' it again later•••svn:r2919 Roger Dingledine2004-11-20
* yes, in fact, i broke it. putting back.•••svn:r2918 Roger Dingledine2004-11-20
* kill -USR2 now moves all logs to loglevel debug•••plus fix some typos svn:r2914 Roger Dingledine2004-11-20
* simplify close_temp_logs()•••(nick, did i break this?) svn:r2913 Roger Dingledine2004-11-20
* remove another possible sigpipe cause•••svn:r2912 Roger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...•••svn:r2911 Nick Mathewson2004-11-20
* Fix a fun bug in read_all that was corrupting config files on windows, and pr...•••svn:r2898 Nick Mathewson2004-11-16
* Make log_fn not fail so miserably on VC6•••svn:r2896 Nick Mathewson2004-11-15
* Whitespace normalization•••svn:r2895 Nick Mathewson2004-11-15
* ugly macros to make log_fn play nice on non-GCC compilers.•••svn:r2894 Nick Mathewson2004-11-15
* Split X509 certificate liveness checks into a separate function•••svn:r2873 Nick Mathewson2004-11-14
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...•••svn:r2854 Nick Mathewson2004-11-14
* remove redundant stdio.h•••i guess that wasn't the fix svn:r2849 Roger Dingledine2004-11-14
* clean up the ftello call a little bit.•••but i'm still getting: log.c:94: warning: implicit declaration of function `ftello' svn:r2848 Roger Dingledine2004-11-14
* Fix argument to strncpy.•••svn:r2824 Nick Mathewson2004-11-12
* Nobody was using the return values from smartlist_(set|del|del_keeporder), so...•••svn:r2823 Nick Mathewson2004-11-12
* Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...•••svn:r2822 Nick Mathewson2004-11-12
* Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...•••svn:r2821 Nick Mathewson2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...•••svn:r2808 Nick Mathewson2004-11-12
* Use autoconf to enable largefile support where necessary. Use ftello where av...•••svn:r2806 Nick Mathewson2004-11-12
* Resolve FIXME items: make expand_filename handle ~ and ~username•••svn:r2789 Nick Mathewson2004-11-10
* when you cast MAX_UINT to an int it confuses the users•••svn:r2788 Roger Dingledine2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* Clean windows a little•••svn:r2757 Nick Mathewson2004-11-09
* Fix windows build for VC6; centralize newline-fiasco-damage-control logic•••svn:r2756 Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCs•••svn:r2755 Nick Mathewson2004-11-09