]> git.ipfire.org Git - thirdparty/squid.git/history - src/main.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / main.cc
2015-01-13  Source MaintenanceSourceFormat Enforcement
2015-01-02  Francesco ChemolliMerged from trunk
2015-01-01  Amos JeffriesCleanup: fix most 'unused parameter' warnings
2014-12-30  Francesco ChemolliMerged from trunk
2014-12-30  Francesco ChemolliSimplified MSNT basic auth helper
2014-12-20  Source MaintenanceSourceFormat Enforcement
2014-12-01  Amos JeffriesSourceLayout: shuffle memory pool allocators to mem...
2014-11-05  Amos JeffriesMerge from trunk rev.13687
2014-10-19  Amos JeffriesEnable long (--foo) command line parameters on squid...
2014-10-05  Amos JeffriesMerged from trunk rev.13627
2014-10-03  Amos JeffriesWindows: remove alternative main()
2014-09-30  Amos JeffriesWindows: getppid() is not supported.
2014-09-14  Amos JeffriesMerge from trunk rev.13584
2014-09-13  Amos JeffriesBoilerplate: update copyright blurbs on src/
2014-08-26  Christos Tsantilasmerge from trunk
2014-08-23  Amos JeffriesSync with trunk rev.13542
2014-08-19  Amos JeffriesMerged from trunk rev.13534
2014-08-12  Amos JeffriesMerge from trunk rev.13532
2014-08-11  Alex RousskovFixed reporting of malformed -n values on the command...
2014-08-11  Alex RousskovInitial native FTP Relay support.
2014-08-06  Christos Tsantilasmerge from trunk r13526
2014-07-30  Alex RousskovMerged from trunk (r13515).
2014-07-30  Amos JeffriesMerged from trunk rev.13515
2014-07-25  Amos JeffriesMerged from trunk
2014-07-18  Amos JeffriesFix out of bounds memory access on -n option
2014-07-14  Amos JeffriesValidate -n service name parameter value
2014-06-24  Alex RousskovMerged from trunk r13474.
2014-06-02  Amos JeffriesMerge from trunk
2014-06-02  Amos JeffriesCleanup: use C++ cerrno instead of C errno.h
2014-05-29  Christos Tsantilasmerge from trunk r13423
2014-05-29  Christos Tsantilasmerge from trunk r13423
2014-05-29  Christos Tsantilasmerge from trunk
2014-05-27  Francesco ChemolliMerged from trunk
2014-05-23  Alex RousskovMerged from trunk (r13356).
2014-05-22  Christos Tsantilasmerge from trunk r13421
2014-05-21  Amos JeffriesDocs: mention -k restart in command line usage
2014-05-17  Amos JeffriesMerge from trunk r13414
2014-05-07  Automatic source... SourceFormat Enforcement
2014-05-02  Christos Tsantilasmerge from trunk
2014-04-30  Amos JeffriesMerge from trunk
2014-04-21  Amos JeffriesTrigger finishShutdown runners event before pooled...
2014-04-03  Amos JeffriesMerge from trunk
2014-03-30  Amos JeffriesCleanup: replace USE_SSL wrapper macro with USE_OPENSSL
2014-03-23  Amos JeffriesMerge from trunk
2014-03-19  Francesco Chemollixmalloc cleanup: remove code relying on XMALLOC_TRACE...
2014-03-18  Francesco ChemolliRemoved last vestiges of mallinfo
2014-03-17  Francesco ChemolliRemoved MEM_GEN_TRACE
2014-03-17  Francesco ChemolliRemove XMALLOC_TRACE and references to sbrk(2)
2014-03-16  Francesco ChemolliRemove XMALLOC_TRACE and all references to sbrk(2)
2014-02-21  Alex RousskovMigrated RegisteredRunners to a multi-action interface.
2014-02-17  Amos JeffriesMerge from trunk
2014-01-24  Amos JeffriesEnable -n command line option for non-Windows Squid...
2014-01-23  Nathan HoadBug 3971: "BUG: cannot aggregate mgr:client_list: cmd...
2014-01-12  Christos TsantilasSMP SSL session cache implementation
2013-12-11  Francesco ChemolliMerged from trunk
2013-12-06  Alex RousskovMerged from trunk 13172.
2013-11-29  Alex RousskovSupport libecap v1.0, allowing asynchronous adapters...
2013-10-27  Francesco ChemolliBroken: define and use stub_libauth.cc
2013-10-25  Automatic source... SourceFormat Enforcement
2013-10-04  Francesco ChemolliMerged from trunk
2013-10-03  Francesco ChemolliMerged from trunk
2013-10-01  Amos JeffriesRemove dnsserver and external DNS helper API
2013-09-30  Amos JeffriesPolish: better WARNING when workers directive is ignore...
2013-08-27  Alex RousskovMerged from trunk r12948.
2013-08-15  Alex RousskovMerged from trunk r12948.
2013-08-12  Francesco ChemolliEnsure that the SQUID_BUILD_INFO macro is always defined
2013-07-04  Francesco ChemolliMerged changes since Apr 2013 review
2013-06-07  Amos JeffriesSourceLayout: shuffle forward.h/cc to FwdState.h/cc
2013-06-05  Alex RousskovRedo r12887 (bug 2066 fix) which introduced several...
2013-06-05  Automatic source... SourceFormat Enforcement
2013-06-04  Amos JeffriesBug 2066: squid does not do chdir() after chroot()
2013-05-22  Alex RousskovMerged from parent (large-rock r12530 including trunk...
2013-04-16  Dmitry KurochkinFtp gateway: initial implementation.
2013-03-21  Alex RousskovMerged from trunk (r12732, v3.3.3+).
2013-02-10  Francesco ChemolliMerged from trunk
2013-02-08  Alex RousskovMake squid -z for cache_dir rock work like UFS instead...
2012-12-13  Christos TsantilasSSL server certificate validator implementation: remove...
2012-12-04  Christos Tsantilasmerge from parent SslServerCertValidator r12337
2012-12-04  Christos TsantilasSSL server certificate validator implementation
2012-12-04  Christos Tsantilasmerge from trunk r12500
2012-11-24  Christos Tsantilasmerge from parent
2012-11-24  Christos TsantilasAmos requested changes
2012-11-23  Amos JeffriesMerged from trunk
2012-11-17  Amos JeffriesVarious memory leaks in configuration parsing
2012-11-13  Christos Tsantilasmerge from SslServerCertValidator r12332
2012-11-13  Christos Tsantilasmerge from trunk r12441
2012-11-04  Amos JeffriesMerged from trunk
2012-10-08  Amos JeffriesWindows: simplify abstraction layer header files
2012-10-08  Amos JeffriesWindows: cleanup Squid OS detection macros
2012-10-05  Francesco ChemolliSourceFormat merge: removed CVS-Id tags, removed unnece...
2012-10-04  Francesco ChemolliRemoved unnecessary extern declarations.
2012-10-03  Francesco Chemollisourceformat: split protos.h into more specific headers...
2012-10-03  Francesco ChemolliMerged from trunk
2012-10-03  Francesco ChemolliMerged from trunk
2012-09-24  Francesco ChemolliMerged from trunk
2012-09-22  Francesco ChemolliMerged from trunk
2012-09-14  Alex RousskovDo not dereference nil Ssl::CertValidationHelper::GetIn...
2012-09-14  Alex RousskovInitial SSL server certificate validator implementation
2012-09-13  Francesco ChemolliMerged in typedefs refactor work
2012-09-13  Francesco ChemolliMerged from trunk
next