aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Collapse)AuthorAge
* and a comment so i don't try to 'fix' it again laterRoger Dingledine2004-11-20
| | | | svn:r2919
* yes, in fact, i broke it. putting back.Roger Dingledine2004-11-20
| | | | svn:r2918
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
| | | | | | | plus fix some typos svn:r2914
* simplify close_temp_logs()Roger Dingledine2004-11-20
| | | | | | | (nick, did i break this?) svn:r2913
* remove another possible sigpipe causeRoger Dingledine2004-11-20
| | | | svn:r2912
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting ↵Nick Mathewson2004-11-20
| | | | | | setup. More docs needed svn:r2911
* Fix a fun bug in read_all that was corrupting config files on windows, and ↵Nick Mathewson2004-11-16
| | | | | | probably doing other bad stuff too. svn:r2898
* Make log_fn not fail so miserably on VC6Nick Mathewson2004-11-15
| | | | svn:r2896
* Whitespace normalizationNick Mathewson2004-11-15
| | | | svn:r2895
* ugly macros to make log_fn play nice on non-GCC compilers.Nick Mathewson2004-11-15
| | | | svn:r2894
* Split X509 certificate liveness checks into a separate functionNick Mathewson2004-11-14
| | | | svn:r2873
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in ↵Nick Mathewson2004-11-14
| | | | | | configure.in and always include orconfig.h before anything else svn:r2854
* remove redundant stdio.hRoger Dingledine2004-11-14
| | | | | | | i guess that wasn't the fix svn:r2849
* clean up the ftello call a little bit.Roger Dingledine2004-11-14
| | | | | | | | but i'm still getting: log.c:94: warning: implicit declaration of function `ftello' svn:r2848
* Fix argument to strncpy.Nick Mathewson2004-11-12
| | | | svn:r2824
* Nobody was using the return values from smartlist_(set|del|del_keeporder), ↵Nick Mathewson2004-11-12
| | | | | | so remove them. svn:r2823
* Add a FAST_SMARTLIST define to optionally inline smartlist_get and ↵Nick Mathewson2004-11-12
| | | | | | smartlist_len, which are two major profiling offenders. svn:r2822
* Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here ↵Nick Mathewson2004-11-12
| | | | | | was a bad idea. svn:r2821
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for ↵Nick Mathewson2004-11-12
| | | | | | clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. svn:r2808
* Use autoconf to enable largefile support where necessary. Use ftello where ↵Nick Mathewson2004-11-12
| | | | | | available, since ftell can fail at 2GB. svn:r2806
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
| | | | svn:r2789
* when you cast MAX_UINT to an int it confuses the usersRoger Dingledine2004-11-10
| | | | svn:r2788
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson2004-11-09
| | | | | | target; fix a braino in dirserv.c svn:r2758
* Clean windows a littleNick Mathewson2004-11-09
| | | | svn:r2757
* Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson2004-11-09
| | | | svn:r2756
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
| | | | svn:r2755
* Make check_private_dir trimodal (check/create/ignore), not bimodal ↵Nick Mathewson2004-11-09
| | | | | | (create/ignore). svn:r2733
* various fixesRoger Dingledine2004-11-09
| | | | svn:r2712
* parse_line_from_file is obsolete.Roger Dingledine2004-11-06
| | | | svn:r2693
* Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson2004-11-05
| | | | svn:r2688
* Use new log format; convert old format to new format.Nick Mathewson2004-11-05
| | | | svn:r2684
* Twiddle header order to compile on OS X againNick Mathewson2004-11-04
| | | | svn:r2681
* Add code to read configuration lines from a string as well as a fileNick Mathewson2004-11-04
| | | | svn:r2676
* Fix windows buildNick Mathewson2004-11-04
| | | | svn:r2670
* fix typosNick Mathewson2004-11-03
| | | | svn:r2666
* Implement two flavors of authentication for control connections: one for ↵Nick Mathewson2004-11-03
| | | | | | trusted FS, one for untrusted FS. svn:r2664
* Remove extraneous localNick Mathewson2004-11-03
| | | | svn:r2663
* Add a write_bytes_to_file so we can have files with NULs in them.Nick Mathewson2004-11-03
| | | | svn:r2662
* Add a slightly trickier string-join interface for making NUL-terminated ↵Nick Mathewson2004-11-03
| | | | | | string messages svn:r2659
* Add a callback log handler typeNick Mathewson2004-11-03
| | | | svn:r2658
* my assert.h takes extra pains to be certain to _re-include_Roger Dingledine2004-11-03
| | | | | | | itself if you include it twice. this is dumb, but hey. svn:r2653
* The spelling is "d-e-f-i-n-e".Nick Mathewson2004-11-03
| | | | svn:r2650
* Add compatibility macros for printf and scanf-ing 64-bit unsigned intsNick Mathewson2004-11-02
| | | | svn:r2648
* Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson2004-11-02
| | | | svn:r2647
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
| | | | svn:r2645
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
| | | | svn:r2644
* Fix signed/unsigned comparison warningNick Mathewson2004-11-01
| | | | svn:r2643
* util.c needs ctype.h for tolower and isspaceRoger Dingledine2004-11-01
| | | | svn:r2642
* Split util into util (general utilities), container (smartlist and strmap), ↵Nick Mathewson2004-11-01
| | | | | | and compat (cross-platform compatability). svn:r2640
* make sure options.MaxConn can be reachedRoger Dingledine2004-11-01
| | | | svn:r2638