aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* 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
* Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...•••svn:r2733 Nick Mathewson2004-11-09
* various fixes•••svn:r2712 Roger Dingledine2004-11-09
* parse_line_from_file is obsolete.•••svn:r2693 Roger Dingledine2004-11-06
* Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined•••svn:r2688 Nick Mathewson2004-11-05
* Use new log format; convert old format to new format.•••svn:r2684 Nick Mathewson2004-11-05
* Twiddle header order to compile on OS X again•••svn:r2681 Nick Mathewson2004-11-04
* Add code to read configuration lines from a string as well as a file•••svn:r2676 Nick Mathewson2004-11-04
* Fix windows build•••svn:r2670 Nick Mathewson2004-11-04
* fix typos•••svn:r2666 Nick Mathewson2004-11-03
* Implement two flavors of authentication for control connections: one for trus...•••svn:r2664 Nick Mathewson2004-11-03
* Remove extraneous local•••svn:r2663 Nick Mathewson2004-11-03
* Add a write_bytes_to_file so we can have files with NULs in them.•••svn:r2662 Nick Mathewson2004-11-03
* Add a slightly trickier string-join interface for making NUL-terminated strin...•••svn:r2659 Nick Mathewson2004-11-03
* Add a callback log handler type•••svn:r2658 Nick Mathewson2004-11-03
* my assert.h takes extra pains to be certain to _re-include_•••itself if you include it twice. this is dumb, but hey. svn:r2653 Roger Dingledine2004-11-03
* The spelling is "d-e-f-i-n-e".•••svn:r2650 Nick Mathewson2004-11-03
* Add compatibility macros for printf and scanf-ing 64-bit unsigned ints•••svn:r2648 Nick Mathewson2004-11-02
* Handle strlcat/strlcpy correctly on platforms that have them.•••svn:r2647 Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.•••svn:r2645 Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)•••svn:r2644 Roger Dingledine2004-11-02
* Fix signed/unsigned comparison warning•••svn:r2643 Nick Mathewson2004-11-01
* util.c needs ctype.h for tolower and isspace•••svn:r2642 Roger Dingledine2004-11-01
* Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640 Nick Mathewson2004-11-01
* make sure options.MaxConn can be reached•••svn:r2638 Roger Dingledine2004-11-01
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...•••svn:r2629 Nick Mathewson2004-10-30
* Move all util functions that need openssl into crypto.c; make non-openssl fun...•••svn:r2628 Nick Mathewson2004-10-30
* Tricksy compiler warnings! We hates them, hates them forever, my precious!•••svn:r2615 Nick Mathewson2004-10-27