2011-10-04 |
Francesco Chemolli | Bug fix: a test was flipped during conversion. |
commit | commitdiff | tree |
2011-10-03 |
Francesco Chemolli | Optimization in HttpHdrCc::packInto : if there is nothi... |
commit | commitdiff | tree |
2011-09-29 |
Francesco Chemolli | Optimized HttpHdrCc::packInto and clarified its behavio... |
commit | commitdiff | tree |
2011-09-28 |
Francesco Chemolli | Explicitly check that integer-carrying Cache-control... |
commit | commitdiff | tree |
2011-09-28 |
Francesco Chemolli | Implemented explicit getters/setters for all Cache... |
commit | commitdiff | tree |
2011-09-27 |
Francesco Chemolli | avoided temporary in HttpHdrCc name-to-id lookup |
commit | commitdiff | tree |
2011-09-27 |
Francesco Chemolli | Made HttpHdrCc::mask private. |
commit | commitdiff | tree |
2011-09-27 |
Francesco Chemolli | Implemented HttpHdrCc::set and isSet to manipulate... |
commit | commitdiff | tree |
2011-09-27 |
Francesco Chemolli | Improved HttpHdrCc documentation |
commit | commitdiff | tree |
2011-09-27 |
Francesco Chemolli | Fixed consistency typo in HttpHdrCc. |
commit | commitdiff | tree |
2011-09-27 |
Francesco Chemolli | Implemented base/StringArea |
commit | commitdiff | tree |
2011-09-26 |
Francesco Chemolli | Fixed Makefile. |
commit | commitdiff | tree |
2011-09-26 |
Francesco Chemolli | Clarified some auxiliary struct documentation |
commit | commitdiff | tree |
2011-09-26 |
Francesco Chemolli | Inlined getters/setters |
commit | commitdiff | tree |
2011-09-26 |
Francesco Chemolli | Made some "unset" checks explicit. |
commit | commitdiff | tree |
2011-09-26 |
Francesco Chemolli | (no commit message) |
commit | commitdiff | tree |
2011-09-25 |
Francesco Chemolli | Created getters and setters for HttpHdrCc::min_fresh |
commit | commitdiff | tree |
2011-09-23 |
Francesco Chemolli | Implemented getters/setters for HttpHdrCc::stale_if_error |
commit | commitdiff | tree |
2011-09-22 |
Francesco Chemolli | implemented getters and setters for HttpHdrCc::max_stale |
commit | commitdiff | tree |
2011-09-22 |
Francesco Chemolli | Renamed include guard for HttpHdrCc |
commit | commitdiff | tree |
2011-09-21 |
Francesco Chemolli | Implemented HttpHdrCc::s_maxage getters and setters... |
commit | commitdiff | tree |
2011-09-21 |
Francesco Chemolli | Implemented HttpHdrCc::MAX_AGE_UNSET constant and used... |
commit | commitdiff | tree |
2011-09-20 |
Francesco Chemolli | Merged from trunk |
commit | commitdiff | tree |
2011-09-20 |
Francesco Chemolli | Implemented full setter/getter structure for HttpHdrCc... |
commit | commitdiff | tree |
2011-09-18 |
Amos Jeffries | Cleanup: Drop useless ; and whitespaces |
commit | commitdiff | tree |
2011-09-18 |
Amos Jeffries | Enumerate all ACL results for always_direct/never_direct. |
commit | commitdiff | tree |
2011-09-18 |
Amos Jeffries | Fix typo in IPF interception |
commit | commitdiff | tree |
2011-09-17 |
Alex Rousskov | Removed assert with a "pointless comparison" to make... |
commit | commitdiff | tree |
2011-09-16 |
Francesco Chemolli | Merged from trunk |
commit | commitdiff | tree |
2011-09-16 |
Amos Jeffries | Prep for 3.2.0.12 |
commit | commitdiff | tree |
2011-09-16 |
Alex Rousskov | Removed assert with a "pointless comparison" to make... |
commit | commitdiff | tree |
2011-09-15 |
Alex Rousskov | Do not let cache manager requests kill SMP Squid using... |
commit | commitdiff | tree |
2011-09-15 |
Alex Rousskov | Removed "pointless comparison of unsigned integer with... |
commit | commitdiff | tree |
2011-09-15 |
Automatic source... | Maintenance: snapshot needs to cope with out-of-tree... |
commit | commitdiff | tree |
2011-09-15 |
Alex Rousskov | Check for and use __sync_sub_and_fetch() and such for... |
commit | commitdiff | tree |
2011-09-15 |
Automatic source... | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-14 |
Alex Rousskov | Made Ipc::StoreMap::Shared public to make ICC compiler... |
commit | commitdiff | tree |
2011-09-14 |
Alex Rousskov | Fixed negative time value detection and removed "pointl... |
commit | commitdiff | tree |
2011-09-14 |
Francesco Chemolli | More revision-oriented fixes. |
commit | commitdiff | tree |
2011-09-14 |
Francesco Chemolli | Introduced experimental strblob class to more efficient... |
commit | commitdiff | tree |
2011-09-14 |
Alex Rousskov | Implemented the second Store::get() API to make ICC... |
commit | commitdiff | tree |
2011-09-14 |
Alex Rousskov | Moved "meaningless" const to make ICC compiler happier. |
commit | commitdiff | tree |
2011-09-14 |
Automatic source... | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-13 |
Alex Rousskov | SMP Caching: Core changes, IPC primitives, Shared memor... |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Merged from trunk |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Added some documentation |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Implement String::operator< |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Renamed work-files to their original names. |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Removed unused httpHdrCcDup function. |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | C++-refactored httpHdrCcSetMaxAge and httpHdrCcSetSMaxAge |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | C++-refactored HttpHdrCcDestroy. Object can now be... |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Removed httpHdrCcParseCreate as a first-class method... |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | HttpHdrCc refactoring: c++-ify parseInit method. |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Cache-Control headers refactoring: c++-ize constuctors |
commit | commitdiff | tree |
2011-09-12 |
Alex Rousskov | Merged from parent (trunk r11728, v3.2.0.11+). |
commit | commitdiff | tree |
2011-09-12 |
Alex Rousskov | Use STUB_RETVAL() to minimize the number of stub lines. |
commit | commitdiff | tree |
2011-09-12 |
Automatic source... | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-12 |
Alex Rousskov | Polished comments related to sizing, resizing, and... |
commit | commitdiff | tree |
2011-09-11 |
Alex Rousskov | Removed tests/testRock placeholder until we have test... |
commit | commitdiff | tree |
2011-09-11 |
Alex Rousskov | Fixed n_strands comment to use the right doxygen syntax. |
commit | commitdiff | tree |
2011-09-11 |
Alex Rousskov | Polished debugging: Use DBG_CRITICAL for level-0 messages. |
commit | commitdiff | tree |
2011-09-11 |
Alex Rousskov | Polished cache_mem description by adding some shared... |
commit | commitdiff | tree |
2011-09-11 |
Alex Rousskov | Removed explicit sys/types.h #inclusion per Amos request. |
commit | commitdiff | tree |
2011-09-11 |
Alex Rousskov | Named StoreEntry::swap_filen maximum value to avoid... |
commit | commitdiff | tree |
2011-09-11 |
Amos Jeffries | Cleanup: DIRECT access decision debugging and process |
commit | commitdiff | tree |
2011-09-11 |
Amos Jeffries | Docs: clarify retry_on_error situations |
commit | commitdiff | tree |
2011-09-11 |
Amos Jeffries | Docs: mention Host validation effect on url_rewrite_hos... |
commit | commitdiff | tree |
2011-09-10 |
Alex Rousskov | Polished debugging, #includes. And mkdir() no longer... |
commit | commitdiff | tree |
2011-09-10 |
Alex Rousskov | Renamed RockFile.h to RockDbCell.h to better match... |
commit | commitdiff | tree |
2011-09-10 |
Alex Rousskov | Use "#if HAVE_" and not "#ifdef HAVE_" per Squid style... |
commit | commitdiff | tree |
2011-09-10 |
Alex Rousskov | Reversed r11339: Rock Store no longer needs time_msec... |
commit | commitdiff | tree |
2011-09-10 |
Amos Jeffries | FTP: use random outgoing port on PASV connections |
commit | commitdiff | tree |
2011-09-10 |
Alex Rousskov | Moved squid.conf global disk_io_timeout to cache_dir... |
commit | commitdiff | tree |
2011-09-10 |
Automatic source... | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-09 |
Christos Tsantilas | %la for intercepted connections |
commit | commitdiff | tree |
2011-09-09 |
Alex Rousskov | Provided more documentation for memory_cache_shared... |
commit | commitdiff | tree |
2011-09-09 |
Alex Rousskov | Polished free_YesNoNone() to avoid creating a static... |
commit | commitdiff | tree |
2011-09-09 |
Alex Rousskov | Fixed max-stale check. Entities not exceeding max-stale... |
commit | commitdiff | tree |
2011-09-09 |
Alex Rousskov | Added RunnersRegistry, an API to register and, later... |
commit | commitdiff | tree |
2011-09-09 |
Amos Jeffries | Document STUB.h macros and usage |
commit | commitdiff | tree |
2011-09-09 |
Amos Jeffries | Maintenance: re-instate snapshot testing |
commit | commitdiff | tree |
2011-09-09 |
Amos Jeffries | Cleanup: make getOutgoingAddress fix local/remote protocol |
commit | commitdiff | tree |
2011-09-09 |
Amos Jeffries | Maintenance: add revno and build-info to snapshot bundles |
commit | commitdiff | tree |
2011-09-08 |
Amos Jeffries | Bug 3335: ICAP service is down |
commit | commitdiff | tree |
2011-09-07 |
Amos Jeffries | basic_db_auth: display available DSN drivers on connect... |
commit | commitdiff | tree |
2011-09-07 |
Alex Rousskov | Fixed whitespace formatting. |
commit | commitdiff | tree |
2011-09-07 |
Christos Tsantilas | %I shows hostname on SSL error page |
commit | commitdiff | tree |
2011-09-07 |
Automatic source... | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Removed unused file. |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Polished comments. |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Merged from parent (trunk r11711, v3.2.0.11+). |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Declare already-too-large objects with yet-unknown... |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Minimized differences with trunk. |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Polished debugging messages to use DBG_IMPORTANT, WARNI... |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Polished cache_dir rebuild warnings. |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Polished API description to explain what a module is... |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Temporary fixed coredumps when isOpen() is called durin... |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Adjusted cf.data.pre to reflect cross-vectoring point... |
commit | commitdiff | tree |
2011-09-06 |
Alex Rousskov | Support maximum field width for string access.log fields. |
commit | commitdiff | tree |
next |