2002-10-19 |
robertc | remove repl makefiles again, dist check works fine now |
commit | commitdiff | tree |
2002-10-19 |
hno | Indent (merged from Squid-2) |
commit | commitdiff | tree |
2002-10-19 |
hno | date: 2002/10/17 04:54:30; author: wessels; state... |
commit | commitdiff | tree |
2002-10-19 |
hno | Close referer log on shutdown (merged from Squid-2) |
commit | commitdiff | tree |
2002-10-19 |
hno | Indent (merged from SQUID2) |
commit | commitdiff | tree |
2002-10-19 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-19 |
hno | "make dist" needs src/repl/*/Makefile |
commit | commitdiff | tree |
2002-10-19 |
hno | Make use of TMPDIR if defined |
commit | commitdiff | tree |
2002-10-19 |
hno | Workaround for minor automake 1.5 conflict with autocon... |
commit | commitdiff | tree |
2002-10-19 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-19 |
hno | Adjust for squid3 module |
commit | commitdiff | tree |
2002-10-19 |
hno | make addlang bugfix from Andres Kroonmaa |
commit | commitdiff | tree |
2002-10-17 |
hno | Fix a misunderstanding in how delay pools are allocated... |
commit | commitdiff | tree |
2002-10-17 |
robertc | bootstrap |
commit | commitdiff | tree |
2002-10-17 |
robertc | This is the -3 tree |
commit | commitdiff | tree |
2002-10-16 |
adrian | Don't cheat and schedule immediate callbacks w/ NULL... |
commit | commitdiff | tree |
2002-10-15 |
robertc | tidyup some local scope vars |
commit | commitdiff | tree |
2002-10-15 |
robertc | use http->entry consistently in refactored clientReplyC... |
commit | commitdiff | tree |
2002-10-15 |
robertc | really fix squid3 for c++ compilers with prefixed vtables |
commit | commitdiff | tree |
2002-10-15 |
robertc | bootstrap with correct versions (squid-cache.org |
commit | commitdiff | tree |
2002-10-15 |
robertc | fix c++ compilers that put the vtable at the beginning... |
commit | commitdiff | tree |
2002-10-15 |
adrian | handle COMM_ERR_CLOSING in the comm_accept() callbacks... |
commit | commitdiff | tree |
2002-10-15 |
adrian | Call the scheduled but not completed IO callbacks on... |
commit | commitdiff | tree |
2002-10-15 |
adrian | call io completion handlers with COMM_ERR_CLOSING when... |
commit | commitdiff | tree |
2002-10-14 |
adrian | new(unsigned int) -> new(size_t) |
commit | commitdiff | tree |
2002-10-14 |
adrian | printf typedef. |
commit | commitdiff | tree |
2002-10-14 |
adrian | printf forced typedefs. |
commit | commitdiff | tree |
2002-10-14 |
adrian | new(unsigned int) -> new(size_t) |
commit | commitdiff | tree |
2002-10-14 |
adrian | fix printf of a size_t |
commit | commitdiff | tree |
2002-10-14 |
adrian | printf typedef : %d, size_t -> %lu, (unsigned long... |
commit | commitdiff | tree |
2002-10-14 |
adrian | Fix a type issue under MacOS 10.2.1. For some reason... |
commit | commitdiff | tree |
2002-10-14 |
adrian | new(unsigned int) -> new(size_t) |
commit | commitdiff | tree |
2002-10-14 |
adrian | Typecast to print out size_t . |
commit | commitdiff | tree |
2002-10-14 |
adrian | new(unsigned int) -> new(size_t) |
commit | commitdiff | tree |
2002-10-14 |
adrian | Under MacOS 10.2.1; |
commit | commitdiff | tree |
2002-10-14 |
robertc | prevent segfault |
commit | commitdiff | tree |
2002-10-14 |
hno | Fix a printf type warning about long int vs int |
commit | commitdiff | tree |
2002-10-14 |
robertc | commloops delay pools updates |
commit | commitdiff | tree |
2002-10-14 |
robertc | deal with commloops for delay pools |
commit | commitdiff | tree |
2002-10-14 |
hno | One more xmalloc typecast for --enable-x-accelerator... |
commit | commitdiff | tree |
2002-10-14 |
hno | Many delay_pools variable name cleanups |
commit | commitdiff | tree |
2002-10-14 |
hno | Fix a typecast warning on radix_treesearch |
commit | commitdiff | tree |
2002-10-14 |
robertc | bootstrap and fix unlinkd build issue on MacOsX |
commit | commitdiff | tree |
2002-10-14 |
robertc | typecast needed for CBDATA_DEBUG |
commit | commitdiff | tree |
2002-10-14 |
robertc | commloops from Adrian, C++ courtesy Rob |
commit | commitdiff | tree |
2002-10-14 |
hno | get rid of "storage class specified for field `rm_b'" |
commit | commitdiff | tree |
2002-10-14 |
hno | s/delay_id/delayId/g on members and local variables... |
commit | commitdiff | tree |
2002-10-14 |
hno | s/delay_id/delayId/g on members and local variables... |
commit | commitdiff | tree |
2002-10-14 |
adrian | unsigned int != size_t on macos. |
commit | commitdiff | tree |
2002-10-14 |
hno | Blunt search/replace and typecasting to get rid of... |
commit | commitdiff | tree |
2002-10-14 |
robertc | C++ conversion |
commit | commitdiff | tree |
2002-10-13 |
robertc | fix some of the header detection issues on FreeBSD |
commit | commitdiff | tree |
2002-10-13 |
robertc | fix netfilter detection |
commit | commitdiff | tree |
2002-10-13 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-12 |
robertc | Output occurs when data is sent, not body data sent |
commit | commitdiff | tree |
2002-10-12 |
robertc | fix multi-part receipt of headers |
commit | commitdiff | tree |
2002-10-12 |
hno | Removed offending copying of reply data, messing up... |
commit | commitdiff | tree |
2002-10-12 |
robertc | MSWIN update from Guido |
commit | commitdiff | tree |
2002-10-12 |
robertc | extract duplicate ufs code to ufscommon.c/h |
commit | commitdiff | tree |
2002-10-11 |
wessels | oops, only local passwd file auth requires root privs. |
commit | commitdiff | tree |
2002-10-11 |
wessels | print a warning on stderr if pam_auth is not started... |
commit | commitdiff | tree |
2002-10-09 |
robertc | bootstrapped |
commit | commitdiff | tree |
2002-10-09 |
robertc | tweaks for MacOSX |
commit | commitdiff | tree |
2002-10-09 |
hno | Use our default path to the Squid binary |
commit | commitdiff | tree |
2002-10-08 |
wessels | config.h probably should not be in .cvsignore |
commit | commitdiff | tree |
2002-10-08 |
wessels | update .cvsignore files |
commit | commitdiff | tree |
2002-10-08 |
wessels | If urlParse() fails in mimeLoadIconFile() (e.g., becaus... |
commit | commitdiff | tree |
2002-10-08 |
wessels | authenticateAuthUserRequestSetIp() is now static, doesn... |
commit | commitdiff | tree |
2002-10-08 |
wessels | authenticate_ip_ttl description was out of date with... |
commit | commitdiff | tree |
2002-10-08 |
wessels | reformat some comments, make sure they fit in 80 cols |
commit | commitdiff | tree |
2002-10-08 |
wessels | reformat some long comments to fit in 80 cols |
commit | commitdiff | tree |
2002-10-08 |
wessels | noticed that authenticateAuthUserRequestSetIp() could... |
commit | commitdiff | tree |
2002-10-08 |
wessels | fix typos and grammar |
commit | commitdiff | tree |
2002-10-07 |
hno | Clarified the intended use of squid_types.h, and remove... |
commit | commitdiff | tree |
2002-10-07 |
robertc | hopefully fix FD_SETSIZE issue on *BSD |
commit | commitdiff | tree |
2002-10-07 |
hno | If FD_SETSIZE has been defined it is not safe to redefi... |
commit | commitdiff | tree |
2002-10-07 |
hno | Oops.. |
commit | commitdiff | tree |
2002-10-07 |
hno | Imroved autotool version detection. |
commit | commitdiff | tree |
2002-10-07 |
wessels | changed a reference to the old 'authenticate_ip_ttl_is_... |
commit | commitdiff | tree |
2002-10-07 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-07 |
hno | Resurrected the autotool version checks |
commit | commitdiff | tree |
2002-10-06 |
robertc | forgot to set the package name correctly |
commit | commitdiff | tree |
2002-10-06 |
robertc | post-merge tweaks and bootstrap |
commit | commitdiff | tree |
2002-10-06 |
robertc | autoconf25 merge |
commit | commitdiff | tree |
2002-10-06 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-05 |
hno | Ported the autotools version checks from 2.5, both... |
commit | commitdiff | tree |
2002-10-04 |
hno | Adjusted two more calls to httpBuildRequestHeader(... |
commit | commitdiff | tree |
2002-10-04 |
hno | Eleminate the use of client fd's from http.c. http... |
commit | commitdiff | tree |
2002-10-04 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-03 |
hno | Oops.. the last change was almost complete.. |
commit | commitdiff | tree |
2002-10-03 |
hno | Cleanups triggered by http_reply_access fix in 2.5... |
commit | commitdiff | tree |
2002-10-03 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-03 |
robertc | split async io counters into started and finished to... |
commit | commitdiff | tree |
2002-10-02 |
robertc | Andres Kroonmaa's hi-res cpu profiling patch |
commit | commitdiff | tree |
2002-09-30 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-09-30 |
hno | make distcheck workaround for RELEASENOTES.html |
commit | commitdiff | tree |
2002-09-30 |
hno | Make header_replace dependent on --disable-http-violations |
commit | commitdiff | tree |
2002-09-30 |
hno | Fix a compiler warning if --disable-http-violations... |
commit | commitdiff | tree |
2002-09-30 |
hno | Fix a compiler warning if --disable-ident is used |
commit | commitdiff | tree |
2002-09-29 |
hno | EXEEXT cleanups, to hopefully allow pinger to install... |
commit | commitdiff | tree |
next |