]>
git.ipfire.org Git - thirdparty/squid.git/log
Francesco Chemolli [Tue, 5 Nov 2013 21:19:03 +0000 (22:19 +0100)]
Stub-ified carp.cc
Francesco Chemolli [Tue, 5 Nov 2013 19:57:10 +0000 (20:57 +0100)]
stub-ified SwapDir.cc
Francesco Chemolli [Tue, 5 Nov 2013 14:47:45 +0000 (15:47 +0100)]
Stubify wccp2.cc
Francesco Chemolli [Tue, 5 Nov 2013 14:30:41 +0000 (15:30 +0100)]
More widely use stub_time.cc
Francesco Chemolli [Tue, 5 Nov 2013 14:22:49 +0000 (15:22 +0100)]
stub-ify whois.cc
Francesco Chemolli [Tue, 5 Nov 2013 14:16:46 +0000 (15:16 +0100)]
Revert stubification of mem.cc in testSBuf
Francesco Chemolli [Tue, 5 Nov 2013 10:23:49 +0000 (11:23 +0100)]
Completed stubification of cache_manager.cc
Francesco Chemolli [Tue, 5 Nov 2013 10:03:27 +0000 (11:03 +0100)]
Improve stub_mem.cc, use it in testSBuf
Francesco Chemolli [Tue, 5 Nov 2013 09:48:30 +0000 (10:48 +0100)]
Stub-ified store_digest.cc, fixed stub_CacheDigest.cc
Francesco Chemolli [Tue, 5 Nov 2013 07:44:57 +0000 (08:44 +0100)]
*broken*: stubify CacgeDigest.cc
Francesco Chemolli [Tue, 5 Nov 2013 06:26:39 +0000 (07:26 +0100)]
Set up stub_libauth.cc return values properly
Francesco Chemolli [Tue, 5 Nov 2013 05:59:08 +0000 (06:59 +0100)]
Added stub for ETag.cc
Francesco Chemolli [Mon, 4 Nov 2013 09:29:04 +0000 (10:29 +0100)]
Merged from trunk
Amos Jeffries [Sun, 3 Nov 2013 08:52:42 +0000 (01:52 -0700)]
Prep for 3.3.10
Automatic source maintenance [Fri, 1 Nov 2013 00:15:11 +0000 (18:15 -0600)]
SourceFormat Enforcement
Francesco Chemolli [Thu, 31 Oct 2013 06:28:58 +0000 (07:28 +0100)]
Merged from trunk
Francesco Chemolli [Thu, 31 Oct 2013 04:39:36 +0000 (05:39 +0100)]
Remove auth/User.cci, moving contents to .h and .cc files
Francesco Chemolli [Wed, 30 Oct 2013 21:27:05 +0000 (22:27 +0100)]
Merged from trunk
Francesco Chemolli [Wed, 30 Oct 2013 18:37:05 +0000 (19:37 +0100)]
Added some more stubs
Francesco Chemolli [Wed, 30 Oct 2013 17:48:50 +0000 (18:48 +0100)]
stub-ified testSBuf
Francesco Chemolli [Wed, 30 Oct 2013 17:42:48 +0000 (18:42 +0100)]
implemeted stub_time, more stubs in testConfigParser
Francesco Chemolli [Wed, 30 Oct 2013 17:20:23 +0000 (18:20 +0100)]
Used more stubs in testStatHist and testVector
Francesco Chemolli [Wed, 30 Oct 2013 14:30:33 +0000 (15:30 +0100)]
renamed stub_libacls.cc to stub_libauth_acls.cc
Francesco Chemolli [Wed, 30 Oct 2013 07:35:19 +0000 (08:35 +0100)]
Added missing references to Notes in unit tests
Amos Jeffries [Wed, 30 Oct 2013 06:17:30 +0000 (00:17 -0600)]
CacheMgr: normalize pconn report output
- table rows start with TAB
- table cell delimiter is TAB
- table header cells start with TAB SP
Francesco Chemolli [Tue, 29 Oct 2013 22:36:09 +0000 (23:36 +0100)]
Merged from trunk
Amos Jeffries [Tue, 29 Oct 2013 16:37:56 +0000 (09:37 -0700)]
Release Notes: polish and add some missing details
Markus Moeller [Thu, 31 Oct 2013 19:25:50 +0000 (13:25 -0600)]
kerberos_ldap_group: fix LDAP string duplication
Amos Jeffries [Thu, 31 Oct 2013 19:13:17 +0000 (13:13 -0600)]
Drop String::undefined()
It appears that all code using String::undefined() for boolean tests can
remain logically consistent using checks on string size() instead.
This helps by removing part of the
undefined-empty/defined-empty/0-length-empty string state
differentiation.
Francesco Chemolli [Thu, 31 Oct 2013 17:13:24 +0000 (18:13 +0100)]
Match stub_event.cc to event.cc changes
Alex Rousskov [Thu, 31 Oct 2013 16:22:17 +0000 (10:22 -0600)]
Avoid "hot idle": A series of rapid select() calls with zero timeout.
Squid uses "infinite" precision when it comes to deciding whether the next
timed event is ready but uses millisecond (1e-3) precision when deciding how
long to wait before the next event will be ready. This inconsistency results
in the EventScheduler engine telling the main loop that it has 0 milliseconds
to poll pending I/O, but when asked again (after the I/O is quickly polled),
the EventScheduler engine often does not schedule the promised event and tells
the main loop to poll for another 0 milliseconds again. This cycling may
happen many times in a row (until enough time is wasted for the next event to
become ready using higher precision).
The fixed code adds a minimum 1ms delay for not-yet-ready events. It also
places both decisions into one method (EventScheduler::timeRemaining), and
tries to polish/document decision logic (which is more complex than it may
seem) because the code has to avoid both inconsistent decisions and hot idle
loops while maintaining the traditional "no event is fired before it is due"
guarantee.
TODO: Idle Squid still runs hotter than it should because the maximum waiting
time is artificially capped outside the event queue to EVENT_LOOP_TIMEOUT=1s.
This causes at most one extra loop iteration per second.
Francesco Chemolli [Thu, 31 Oct 2013 15:31:39 +0000 (16:31 +0100)]
Fix typo in stub_time.cc
Amos Jeffries [Tue, 29 Oct 2013 10:51:07 +0000 (03:51 -0700)]
Bug 3887: tcp_outgoing_tos not working for IPv6
Francesco [Thu, 31 Oct 2013 13:55:33 +0000 (02:55 +1300)]
Language: uk updates
Francesco [Thu, 31 Oct 2013 13:54:45 +0000 (02:54 +1300)]
Language: tr updates
Francesco [Thu, 31 Oct 2013 13:54:04 +0000 (02:54 +1300)]
Language: sv updates
Francesco [Thu, 31 Oct 2013 13:53:22 +0000 (02:53 +1300)]
Language: sr_LT updates
Amos [Thu, 31 Oct 2013 13:52:33 +0000 (02:52 +1300)]
Language: pt updates
Amos [Thu, 31 Oct 2013 13:51:53 +0000 (02:51 +1300)]
Language: nl updates
Amos [Thu, 31 Oct 2013 13:51:04 +0000 (02:51 +1300)]
Language: ms updates
Amos [Thu, 31 Oct 2013 13:50:26 +0000 (02:50 +1300)]
Language: ja updates
Amos [Thu, 31 Oct 2013 13:49:48 +0000 (02:49 +1300)]
Language: it updates
Amos [Thu, 31 Oct 2013 13:49:11 +0000 (02:49 +1300)]
Language: id updates
Amos [Thu, 31 Oct 2013 13:48:32 +0000 (02:48 +1300)]
Language: hy updates
Amos [Thu, 31 Oct 2013 13:47:53 +0000 (02:47 +1300)]
Language: fr updates
Amos [Thu, 31 Oct 2013 13:47:18 +0000 (02:47 +1300)]
Language: fi updates
Amos [Thu, 31 Oct 2013 13:46:39 +0000 (02:46 +1300)]
Language: fa updates
Amos [Thu, 31 Oct 2013 13:46:01 +0000 (02:46 +1300)]
Language: de updates
Amos [Thu, 31 Oct 2013 13:45:27 +0000 (02:45 +1300)]
Language: ca updates
Amos [Thu, 31 Oct 2013 13:44:53 +0000 (02:44 +1300)]
Language: bg updates
Amos [Thu, 31 Oct 2013 13:44:18 +0000 (02:44 +1300)]
Language: az updates
Amos [Thu, 31 Oct 2013 13:43:45 +0000 (02:43 +1300)]
Language: ar updates
Amos [Thu, 31 Oct 2013 13:43:10 +0000 (02:43 +1300)]
Language: af updates
Francesco [Thu, 31 Oct 2013 13:41:24 +0000 (02:41 +1300)]
Language: it updates
Bernard [Thu, 31 Oct 2013 13:40:37 +0000 (02:40 +1300)]
Language: fr updates
Amos [Thu, 31 Oct 2013 13:39:50 +0000 (02:39 +1300)]
Language: de updates
Amos [Thu, 31 Oct 2013 13:39:07 +0000 (02:39 +1300)]
Language: ar updates
Amos Jeffries [Tue, 29 Oct 2013 09:27:45 +0000 (02:27 -0700)]
Fix stub_time definitions
Francesco Chemolli [Thu, 31 Oct 2013 11:14:45 +0000 (12:14 +0100)]
Fixed icc compatibility for stubs in stub_libauth_acls.cc
Francesco Chemolli [Thu, 31 Oct 2013 07:59:44 +0000 (08:59 +0100)]
Implement stubs for external_acl, auth/libauth, auth/libacls, time
Amos Jeffries [Tue, 29 Oct 2013 02:24:29 +0000 (19:24 -0700)]
Cleanup transaction message size logging
- Add class MessageCounters to track all size properties of a
transaction message. HTTP-centric for now.
- replaced AccessLogEntry::cache.requestHeadersSize with
AccessLogEntry::http.clientRequest.headerSz
- replaced AccessLogEntry::cache.requestSize with
AccessLogEntry::http.clientRequest (total() of all counters)
- replaced AccessLogEntry::cache.replyHeadersSize with
AccessLogEntry::http.adaptedReply.headerSz
- replaced AccessLogEntry::cache.replySize with
AccessLogEntry::http.adaptedReply (total() of all counters)
- Rename the logformat byte codes for message size counters to
form a logical set of details by message type
- reorganize and document logformat option codes more clearly
There are no logic changes in this patch. Several accounting
bugs have been identified and marked for fixing later.
Francesco Chemolli [Mon, 28 Oct 2013 16:10:47 +0000 (17:10 +0100)]
Moved more unit tests to stub libacls
Francesco Chemolli [Mon, 28 Oct 2013 15:43:39 +0000 (16:43 +0100)]
made stub_libacls conditional on USE_AUTH
Francesco Chemolli [Mon, 28 Oct 2013 14:09:13 +0000 (15:09 +0100)]
Fixed linking issues
Francesco Chemolli [Mon, 28 Oct 2013 13:32:38 +0000 (14:32 +0100)]
More unit tests rely on libauth stub
Francesco Chemolli [Mon, 28 Oct 2013 13:28:48 +0000 (14:28 +0100)]
Added missing include in stub_libacls
Francesco Chemolli [Mon, 28 Oct 2013 13:18:48 +0000 (14:18 +0100)]
More unit tests rely on libauth stub
Francesco Chemolli [Mon, 28 Oct 2013 13:16:06 +0000 (14:16 +0100)]
Made stub_libauth symbols definition conditional on USE_AUTH
Francesco Chemolli [Mon, 28 Oct 2013 12:57:27 +0000 (13:57 +0100)]
stub-ified auth/libacls
Francesco Chemolli [Mon, 28 Oct 2013 10:58:04 +0000 (11:58 +0100)]
Removed dependency on libauth from testUrl
Francesco Chemolli [Mon, 28 Oct 2013 10:46:15 +0000 (11:46 +0100)]
Removed dependency on libauth from testEventLoop and test_http_range
Prepared stub for external_acl
Francesco Chemolli [Mon, 28 Oct 2013 10:04:48 +0000 (11:04 +0100)]
Moved more unit tests to stub libauth
Francesco Chemolli [Mon, 28 Oct 2013 08:51:10 +0000 (09:51 +0100)]
Merged from trunk
Francesco Chemolli [Sun, 27 Oct 2013 22:27:51 +0000 (23:27 +0100)]
Broken: define and use stub_libauth.cc
Amos Jeffries [Sun, 27 Oct 2013 21:46:56 +0000 (14:46 -0700)]
Add missing dependency link for Notes to testACLMaxUserIP
Automatic source maintenance [Tue, 29 Oct 2013 00:13:37 +0000 (18:13 -0600)]
SourceFormat Enforcement
Amos Jeffries [Sun, 27 Oct 2013 05:08:49 +0000 (22:08 -0700)]
Receive annotations from authentication helpers
This saves the kv-pair from authentication helper responses as
annotations on the HttpRequest which was authenticated and pass
on from there to logging.
Added a method appendNewOnly() to ensure duplicate-free addition
to a NotePairs list.
Also, fixes a bug in hasPair() accessor which was returning true
if either the key OR the value matched.
ie. hasPair("a","1") would match true for notes "a=2 b=1"
Amos Jeffries [Sat, 26 Oct 2013 15:56:57 +0000 (08:56 -0700)]
Update redirectStateData to full class RedirectStateData
- make CBDATA_CLASS2
- add constructor initialization
- convert URL data member to SBuf
- add stub file for redirect.h API
Francesco Chemolli [Sun, 27 Oct 2013 22:29:52 +0000 (23:29 +0100)]
Removed unneeded libauth from ufsdump
Amos Jeffries [Sat, 26 Oct 2013 02:28:12 +0000 (19:28 -0700)]
Cleanup SPONSORS.list indentation
Amos Jeffries [Fri, 25 Oct 2013 19:07:30 +0000 (12:07 -0700)]
Cleanup ASState
* convert from struct to class
- moving initialization of members from transaction setup to ctor.
* implement with CBDATA_CLASS2 macro
- removing uses of cbdataAlloc/cbdataFree and CBDATA_TYPE/CBDATA_INIT_TYPE
* set bool member dataRead using true/false instead of 0/1
* upgrade HttpRequest pointer member to Pointer type
Amos Jeffries [Sat, 26 Oct 2013 06:09:56 +0000 (00:09 -0600)]
Better fix for CBDATA type errors
Amos Jeffries [Sat, 26 Oct 2013 02:16:10 +0000 (20:16 -0600)]
Fix cbdata 'error: expression result unused' errors
Detected by Clang.
Francesco Chemolli [Fri, 25 Oct 2013 13:10:13 +0000 (15:10 +0200)]
Added RackSpace to SPONSORS.list
Francesco Chemolli [Fri, 25 Oct 2013 09:11:33 +0000 (11:11 +0200)]
Moved snmplib to lib/
Automatic source maintenance [Fri, 25 Oct 2013 00:13:46 +0000 (18:13 -0600)]
SourceFormat Enforcement
Amos Jeffries [Thu, 24 Oct 2013 17:45:00 +0000 (11:45 -0600)]
Source Maintenance: enforce #include statement block ordering
This uses the include ordering sort script to enforce blocks of include
statements being in alphasymbolic order with squid.h at teh top if it is
present.
Amos Jeffries [Thu, 24 Oct 2013 17:27:28 +0000 (11:27 -0600)]
Convert WhoisStateData to CBDATA_CLASS
Removes one more set of cbdataAlloc/cbdataFree.
Also, updates its HttpRequest reference to a Pointer
Amos Jeffries [Thu, 24 Oct 2013 16:01:56 +0000 (10:01 -0600)]
Revert -march-native experiment that snuck into rev.13048
Francesco Chemolli [Tue, 22 Oct 2013 21:04:38 +0000 (23:04 +0200)]
Have testRock use cachemgr stubs
Francesco Chemolli [Mon, 21 Oct 2013 05:10:52 +0000 (07:10 +0200)]
Fixed broken Mgr::RegisterAction stub in stub_libmgr.cc
Francesco Chemolli [Sun, 20 Oct 2013 21:59:29 +0000 (23:59 +0200)]
Fixed cache manager stub for testRock
Francesco Chemolli [Sun, 20 Oct 2013 19:20:45 +0000 (21:20 +0200)]
Test for testRock portability
Francesco Chemolli [Sun, 20 Oct 2013 16:46:53 +0000 (18:46 +0200)]
Improved portability of NIS basic_auth helper
Francesco Chemolli [Sat, 19 Oct 2013 15:19:45 +0000 (17:19 +0200)]
Fix issues with automake 1.13 and later and make check
Nathan Hoad [Fri, 18 Oct 2013 23:52:10 +0000 (17:52 -0600)]
Append "Connection: close" to OPTIONS requests when icap_persistent_connections
is off.
This brings OPTIONS requests behavior inline with REQMOD and RESPMOD.
Amos Jeffries [Wed, 16 Oct 2013 18:34:25 +0000 (11:34 -0700)]
Bug 3941: Release notes typo
Amos Jeffries [Wed, 16 Oct 2013 03:04:38 +0000 (21:04 -0600)]
Languages: Add Serbian Cyrillic alphabet dialects
Amos Jeffries [Wed, 16 Oct 2013 02:58:54 +0000 (20:58 -0600)]
Languages: Add Latin-alphabet Serbian dialect
RS country code was formally approved in 2006 and deprecates the SP
country code already accepted by Squid from before that date.
NOTE: sr-rs also exists, but is formally IANA registered against Cyrillic
alphabet content.
Automatic source maintenance [Wed, 16 Oct 2013 00:13:59 +0000 (18:13 -0600)]
SourceFormat Enforcement