| 1997-12-03 |
wessels | remove commented-out prototypes |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | remove include/snmp_config.h because its specific to... |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | remove sneaky LOG_METER_EXPIRES |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | dont make SNMP in by default |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | update |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | ignore SIGPIPE |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | 1.2.beta8 |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | update |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | Avoid errorSend() in client_side.c. We must use errorA... |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
wessels | - Make HTTP PUT's work again in clientProcessRequest(). |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
kostas | corrected several snmp problems, including net_db suppo... |
commit | commitdiff | tree | snapshot |
| 1997-12-03 |
kostas | variable structures and magic numbers moved here to... |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | Makefiles |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | MD5 support for Squid's cache keys! |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | formatting |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | fix u_num32 typedefs |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | remove OLD_CODE |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | make SNMP code #ifdef-able, including config parsing |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | switch fqdncache_purgelru() from using qsort() to a... |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | preprocessor |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | gindent |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | update |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | comm_poll/comm_select could 'spin' a little bit on... |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | gindent |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | initialize statLen to 0 |
commit | commitdiff | tree | snapshot |
| 1997-12-02 |
wessels | SNMP changes to get snmpwalk working |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | fix keep alive connection request header for non-proxy... |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | dont need to check xmalloc() return value |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | update |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | remove unused prototypes |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | Oof, icpCheckTransferDone() fix. We were ending the... |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | persistent connection / content-length fix. We may... |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | persistent connection / content-length fix. For non... |
commit | commitdiff | tree | snapshot |
| 1997-12-01 |
wessels | assert that mem->clients == NULL in destroy_MemObject() |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | Need to 'cbdataUnlock()' the ConnectStateData->data... |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | debug changes |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | Use the errorpage codes to generate a special URL with... |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | move POLLRDNORM hack from config.h to squid.h |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | compiler |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | From: BoB Miorelli <miorelli@pweh.com> |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | fix some int/long problems for 64bit systems |
commit | commitdiff | tree | snapshot |
| 1997-11-30 |
wessels | add cbdata __FILE__,__LINE__ debugging |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | remove bogus (?) assertion |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | "content-length: 0" is a valid reply header, so we... |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | abort request after 20 timeouts |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | call getCurrentTime() while writing clean logs |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | code reuse; commCallCloseHandlers() |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | compiler warning |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | - clean up snmplib #includes to eliminate compiler... |
commit | commitdiff | tree | snapshot |
| 1997-11-29 |
wessels | cbdata leak, mostly from comm_remove_close_handler... |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | comment out old code |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | hash_join() is now void |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | hash_join() and hash_insert() now are void |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | expand the combination of protcols and methods squid... |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | modified ipcache.c to use double-linked list for LRU... |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | - StoreEntry didn't need to have the method_t member... |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | removed UNUSED StoreEntry->flag enums so we can make... |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | - Rename 'icp' functions to 'client' functions |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | Add 'mgr:foo' hack |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | Add counter for cachemgr output |
commit | commitdiff | tree | snapshot |
| 1997-11-28 |
wessels | protect with SQUID_SNMP defines |
commit | commitdiff | tree | snapshot |
| 1997-11-25 |
wessels | cant have SNMP #ifdefs in Config |
commit | commitdiff | tree | snapshot |
| 1997-11-25 |
wessels | adding |
commit | commitdiff | tree | snapshot |
| 1997-11-25 |
wessels | update |
commit | commitdiff | tree | snapshot |
| 1997-11-25 |
wessels | update |
commit | commitdiff | tree | snapshot |
| 1997-11-25 |
wessels | oops, undo debug change |
commit | commitdiff | tree | snapshot |
| 1997-11-25 |
wessels | Fixes to get pipelined client requests working better... |
commit | commitdiff | tree | snapshot |
| 1997-11-25 |
wessels | Henrik's massive FTP fixes and other minor changes |
commit | commitdiff | tree | snapshot |
| 1997-11-23 |
wessels | Making it so reconfigure doesn't require waiting for... |
commit | commitdiff | tree | snapshot |
| 1997-11-23 |
wessels | misc new functions |
commit | commitdiff | tree | snapshot |
| 1997-11-23 |
wessels | Add 'R' tag for full HTTP request |
commit | commitdiff | tree | snapshot |
| 1997-11-23 |
wessels | Move *ConnectionOpen() functionality to client_side... |
commit | commitdiff | tree | snapshot |
| 1997-11-23 |
wessels | When reconfiguring, don't free the cacheSwap data struc... |
commit | commitdiff | tree | snapshot |
| 1997-11-23 |
wessels | Make SNMP optional |
commit | commitdiff | tree | snapshot |
| 1997-11-23 |
wessels | For ERR_INVALID_REQ print the full request instead... |
commit | commitdiff | tree | snapshot |
| 1997-11-22 |
wessels | add request headers to errorpage types |
commit | commitdiff | tree | snapshot |
| 1997-11-22 |
wessels | From: Henrik Nordstrom <hno@hem.passagen.se> |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | cleanup, warn if Config.Snmp.agentInfo == NULL |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | includes for getenv() |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | Further SNMP cleanup... |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | clean string_arrays.c too |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | Continuing SNMP debugging. |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | clean up snmp debug levels |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | add newlines on debugs, etc |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
kostas | adding |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | more SNMP compiler cleanup, typedefs, etc |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | get rid of some compiler warnings |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | gindent |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | gindent |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
kostas | needed for snmp |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | final snmp goop |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
kostas | SNMP, cmu derived, heavily modified |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
kostas | Include files for snmp support |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
kostas | More initial support for snmp |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | kostas initial snmp support |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | perl compiler complains about [] |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | Changed how we account the keepalive ratio. We don... |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | set FD description for the idle pconn |
commit | commitdiff | tree | snapshot |
| 1997-11-21 |
wessels | add assertion |
commit | commitdiff | tree | snapshot |
| 1997-11-20 |
wessels | adding |
commit | commitdiff | tree | snapshot |
| next |