2011-10-04 |
Dmitry Kurochkin | Add sanity check to Kids::init(). |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Do not start useless diskers. |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Do not require IpcIo DiskIO module to build Rock store. |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Rewrite shared memory registry runners using Ipc::Mem... |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Add base class for registered runners that work with... |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Warn if shared memory cache is enabled in non-SMP mode. |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Remove useless typedef from DeactivateRegistered(). |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Add "fake" shared memory segment implementation. |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Fix comment for Ipc::Mem::Segment::create() method. |
commit | commitdiff | tree |
2011-10-04 |
Dmitry Kurochkin | Fix "variable set but not used" GCC 4.6 warnings when... |
commit | commitdiff | tree |
2011-10-03 |
Alex Rousskov | Merged from parent (trunk r11763, v3.2.0.12+). |
commit | commitdiff | tree |
2011-10-03 |
Alex Rousskov | Use atomic int for millisecond-based Balance instead... |
commit | commitdiff | tree |
2011-10-03 |
Alex Rousskov | Warn if Rock disker delays are significant. |
commit | commitdiff | tree |
2011-10-03 |
Amos Jeffries | Cleanup: only copy error-details.txt once per language |
commit | commitdiff | tree |
2011-10-03 |
David Parks | Bug 3373: invalid URL in ERR_CACHE_ACCESS_DENIED |
commit | commitdiff | tree |
2011-10-03 |
Christos Tsantilas | Bug 3346: forward.cc:364: "entry->store_status == STORE... |
commit | commitdiff | tree |
2011-09-26 |
Alex Rousskov | Initialize LastIo to avoid huge balance values that... |
commit | commitdiff | tree |
2011-09-25 |
Henrik Nordstrom | Author: Andrew Beverley <andy@andybev.com> |
commit | commitdiff | tree |
2011-09-24 |
Automatic source... | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-23 |
Amos Jeffries | Workaround: disable translation of error-details.txt |
commit | commitdiff | tree |
2011-09-22 |
Alex Rousskov | Fixed SwapDir::reconfigure() arguments broken by my... |
commit | commitdiff | tree |
2011-09-22 |
Dmitry Kurochkin | Fix cache_dir type check during reconfiguration. |
commit | commitdiff | tree |
2011-09-22 |
Dmitry Kurochkin | Remove SwapDir::reconfigure() arguments since they... |
commit | commitdiff | tree |
2011-09-22 |
Dmitry Kurochkin | Ignore and warn about attempts to reconfigure static... |
commit | commitdiff | tree |
2011-09-22 |
Christos Tsantilas | Bug fix: "(ssl_crtd): Cannot add certificate to db... |
commit | commitdiff | tree |
2011-09-22 |
Alex Rousskov | Bug 3351: FTP timeout causing "store_status == STORE_PE... |
commit | commitdiff | tree |
2011-09-22 |
Amos Jeffries | STUB: wordlist |
commit | commitdiff | tree |
2011-09-22 |
Peter Pramberger | Bug 3355: configure setting --with-swapdir ignored... |
commit | commitdiff | tree |
2011-09-22 |
Automatic source... | SourceFormat Enforcement |
commit | commitdiff | tree |
2011-09-21 |
Alex Rousskov | Temporary fix: Avoid killing Coordinator with unregiste... take09 |
commit | commitdiff | tree |
2011-09-21 |
Alex Rousskov | Temporary fix: Avoid killing Coordinator with unregiste... |
commit | commitdiff | tree |
2011-09-21 |
Andrew Beverley | ext_session_acl: version 1.1 |
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 |
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... take08 |
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 | Added max-swap-rate=swaps/sec option to Rock cache_dir. |
commit | commitdiff | tree |
2011-09-15 |
Alex Rousskov | Expose the underlying integer type to AtomicWord users. |
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 |
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 | Merged from parent (trunk r11730, v3.2.0.11+). |
commit | commitdiff | tree |
2011-09-13 |
Alex Rousskov | SMP Caching: Core changes, IPC primitives, Shared memor... |
commit | commitdiff | tree |
2011-09-12 |
Francesco Chemolli | Implement String::operator< |
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 |