summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-12-05int is not necessarily the same size as size_tRoger Dingledine
2004-12-04fix commentRoger Dingledine
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson
2004-12-01Fix windows build.Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-11-30a few minor tweaksRoger Dingledine
2004-11-30doxygen uses backslashes, not forward-slashesNick Mathewson
2004-11-30clarify why strlcpy is safe in truncated log messagesNick Mathewson
2004-11-30Add casei versions of strcmpstart/strcmpendNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Remove needless -2 in log code. This was not an underflow risk, sinze we onl...Nick Mathewson
2004-11-29clean up the previous underflow check, and also point outRoger Dingledine
2004-11-29Disallow NDEBUG. It is very stupid.Nick Mathewson
2004-11-29fix integer underflow in tor_vsnprintf()Roger Dingledine
2004-11-29prevent integer underflowRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28correct multiple internal spacesNick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-28connect() on win32 can do more things than we thought?Nick Mathewson
2004-11-28Very oops. make windows nonblocking sockets nonblockingNick Mathewson
2004-11-28remember; tor_socket_errno has side effects!Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-24Flush the logfd after we print "Tor opening log file", so we don't see those ...Peter Palfrader
2004-11-23Clean up some logging and interfacesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-22Add function to format local time in ISO formatNick Mathewson
2004-11-20and a comment so i don't try to 'fix' it again laterRoger Dingledine
2004-11-20yes, in fact, i broke it. putting back.Roger Dingledine
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-20simplify close_temp_logs()Roger Dingledine
2004-11-20remove another possible sigpipe causeRoger Dingledine
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-16Fix a fun bug in read_all that was corrupting config files on windows, and pr...Nick Mathewson
2004-11-15Make log_fn not fail so miserably on VC6Nick Mathewson
2004-11-15Whitespace normalizationNick Mathewson
2004-11-15ugly macros to make log_fn play nice on non-GCC compilers.Nick Mathewson
2004-11-14Split X509 certificate liveness checks into a separate functionNick Mathewson
2004-11-14Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...Nick Mathewson
2004-11-14remove redundant stdio.hRoger Dingledine
2004-11-14clean up the ftello call a little bit.Roger Dingledine
2004-11-12Fix argument to strncpy.Nick Mathewson
2004-11-12Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson
2004-11-12Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...Nick Mathewson
2004-11-12Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-12Use autoconf to enable largefile support where necessary. Use ftello where av...Nick Mathewson
2004-11-10Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson
2004-11-10when you cast MAX_UINT to an int it confuses the usersRoger Dingledine
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson