| Commit message (Expand) | Author | Age |
* | Add casei versions of strcmpstart/strcmpend•••svn:r3026
| Nick Mathewson | 2004-11-30 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me.
svn:r3005
| Roger Dingledine | 2004-11-28 |
* | correct multiple internal spaces•••svn:r3004
| Nick Mathewson | 2004-11-28 |
* | Normalize space: add one between every control keyword and control clause.•••svn:r3003
| Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |
* | Clean up some logging and interfaces•••svn:r2945
| Nick Mathewson | 2004-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 Mathewson | 2004-11-22 |
* | Add function to format local time in ISO format•••svn:r2935
| Nick Mathewson | 2004-11-22 |
* | Fix a fun bug in read_all that was corrupting config files on windows, and pr...•••svn:r2898
| Nick Mathewson | 2004-11-16 |
* | Fix argument to strncpy.•••svn:r2824
| Nick Mathewson | 2004-11-12 |
* | Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...•••svn:r2821
| Nick Mathewson | 2004-11-12 |
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...•••svn:r2808
| Nick Mathewson | 2004-11-12 |
* | Resolve FIXME items: make expand_filename handle ~ and ~username•••svn:r2789
| Nick Mathewson | 2004-11-10 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758
| Nick Mathewson | 2004-11-09 |
* | Clean windows a little•••svn:r2757
| Nick Mathewson | 2004-11-09 |
* | Fix windows build for VC6; centralize newline-fiasco-damage-control logic•••svn:r2756
| Nick Mathewson | 2004-11-09 |
* | Resolve many XXXs and all DOCDOCs•••svn:r2755
| Nick Mathewson | 2004-11-09 |
* | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...•••svn:r2733
| Nick Mathewson | 2004-11-09 |
* | various fixes•••svn:r2712
| Roger Dingledine | 2004-11-09 |
* | parse_line_from_file is obsolete.•••svn:r2693
| Roger Dingledine | 2004-11-06 |
* | Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined•••svn:r2688
| Nick Mathewson | 2004-11-05 |
* | Add code to read configuration lines from a string as well as a file•••svn:r2676
| Nick Mathewson | 2004-11-04 |
* | Fix windows build•••svn:r2670
| Nick Mathewson | 2004-11-04 |
* | Remove extraneous local•••svn:r2663
| Nick Mathewson | 2004-11-03 |
* | Add a write_bytes_to_file so we can have files with NULs in them.•••svn:r2662
| Nick Mathewson | 2004-11-03 |
* | Handle strlcat/strlcpy correctly on platforms that have them.•••svn:r2647
| Nick Mathewson | 2004-11-02 |
* | canonicalize "src" and "dest" arg order in crypto.c (and others)•••svn:r2644
| Roger Dingledine | 2004-11-02 |
* | util.c needs ctype.h for tolower and isspace•••svn:r2642
| Roger Dingledine | 2004-11-01 |
* | Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640
| Nick Mathewson | 2004-11-01 |
* | make sure options.MaxConn can be reached•••svn:r2638
| Roger Dingledine | 2004-11-01 |
* | Move all util functions that need openssl into crypto.c; make non-openssl fun...•••svn:r2628
| Nick Mathewson | 2004-10-30 |
* | Fix windows build•••svn:r2613
| Nick Mathewson | 2004-10-27 |
* | Use strlcpy, not strcpy.•••svn:r2610
| Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf•••svn:r2609
| Nick Mathewson | 2004-10-27 |
* | snprintf wrapper with consistant (though not C99) overflow behavior•••svn:r2606
| Nick Mathewson | 2004-10-27 |
* | Use strlcpy, not strncpy•••svn:r2603
| Nick Mathewson | 2004-10-27 |
* | Replace sprintf with snprintf•••svn:r2602
| Nick Mathewson | 2004-10-27 |
* | Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591
| Nick Mathewson | 2004-10-26 |
* | i take back everything i've said about unit tests•••svn:r2547
| Roger Dingledine | 2004-10-16 |
* | don't assert multiple things in the same tor_assert()•••svn:r2545
| Roger Dingledine | 2004-10-16 |
* | Change interface of parse_addr_port() to return address in host order, since ...•••svn:r2542
| Nick Mathewson | 2004-10-16 |
* | Refactor parse-addr-mask-and-port-range into a separate function•••svn:r2540
| Nick Mathewson | 2004-10-16 |
* | add documentation for smartlist_join_strings•••svn:r2524
| Nick Mathewson | 2004-10-15 |
* | Basic string-join functionality•••svn:r2521
| Nick Mathewson | 2004-10-14 |
* | oh, and some more in common/•••svn:r2483
| Roger Dingledine | 2004-10-14 |
* | start the great migration from int to size_t•••and clean some deadweight from util.h
svn:r2455
| Roger Dingledine | 2004-10-12 |
* | Make a bounds-checking replacement for strtol with slightly easier error-chec...•••svn:r2452
| Nick Mathewson | 2004-10-12 |
* | Better bounds checking on parsed ints•••svn:r2450
| Nick Mathewson | 2004-10-12 |
* | Note byte-order on result for parse_addr_port()•••svn:r2444
| Nick Mathewson | 2004-10-12 |