2002-10-21 |
adrian | Implement a new comm_write(). |
commit | commitdiff | tree |
2002-10-21 |
adrian | * rename comm_write() -> comm_old_write() |
commit | commitdiff | tree |
2002-10-21 |
hno | Needs #include "comm.h" for comm_udp_recvfrom() |
commit | commitdiff | tree |
2002-10-21 |
adrian | renaming. |
commit | commitdiff | tree |
2002-10-21 |
adrian | move the udp functions to comm_udp_*, to be consistent... |
commit | commitdiff | tree |
2002-10-21 |
adrian | sendto() -> comm_udp_sendto() |
commit | commitdiff | tree |
2002-10-21 |
adrian | send() - > comm_send() |
commit | commitdiff | tree |
2002-10-21 |
adrian | add a send(0 wrapper. |
commit | commitdiff | tree |
2002-10-21 |
adrian | recv -> comm_recv(). |
commit | commitdiff | tree |
2002-10-21 |
adrian | Add in a recv() wrapper - comm_recv(). |
commit | commitdiff | tree |
2002-10-21 |
adrian | recvfrom() -> comm_recvfrom() |
commit | commitdiff | tree |
2002-10-21 |
adrian | Add in function decl. |
commit | commitdiff | tree |
2002-10-21 |
adrian | Add in a recvfrom() wrapper - its still non-callback... |
commit | commitdiff | tree |
2002-10-21 |
hno | Make temporary backup have .bak extension |
commit | commitdiff | tree |
2002-10-21 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-21 |
hno | Only invoke the automake workaround if needed |
commit | commitdiff | tree |
2002-10-20 |
hno | Bootstrapped |
commit | commitdiff | tree |
2002-10-20 |
hno | Fix a small keyboard typo / vi ghost.. |
commit | commitdiff | tree |
2002-10-19 |
hno | Squid releasenotes snapshots (merged from SQUID2) |
commit | commitdiff | tree |
2002-10-19 |
robertc | add more non listed files |
commit | commitdiff | tree |
2002-10-19 |
robertc | support --removal-policies again, and add Store.h to... |
commit | commitdiff | tree |
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 |
next |