summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2004-11-09Clean windows a littleNick Mathewson
2004-11-09Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson
2004-11-09various fixesRoger Dingledine
2004-11-06parse_line_from_file is obsolete.Roger Dingledine
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
2004-11-05Use new log format; convert old format to new format.Nick Mathewson
2004-11-04Twiddle header order to compile on OS X againNick Mathewson
2004-11-04Add code to read configuration lines from a string as well as a fileNick Mathewson
2004-11-04Fix windows buildNick Mathewson
2004-11-03fix typosNick Mathewson
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-03Remove extraneous localNick Mathewson
2004-11-03Add a write_bytes_to_file so we can have files with NULs in them.Nick Mathewson
2004-11-03Add a slightly trickier string-join interface for making NUL-terminated strin...Nick Mathewson
2004-11-03Add a callback log handler typeNick Mathewson
2004-11-03my assert.h takes extra pains to be certain to _re-include_Roger Dingledine
2004-11-03The spelling is "d-e-f-i-n-e".Nick Mathewson
2004-11-02Add compatibility macros for printf and scanf-ing 64-bit unsigned intsNick Mathewson
2004-11-02Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-11-01Fix signed/unsigned comparison warningNick Mathewson
2004-11-01util.c needs ctype.h for tolower and isspaceRoger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-11-01make sure options.MaxConn can be reachedRoger Dingledine
2004-10-30Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson
2004-10-30Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
2004-10-27Fix windows buildNick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson