You can subscribe to this list here.
2005 |
Jan
|
Feb
(32) |
Mar
(56) |
Apr
(92) |
May
(39) |
Jun
(226) |
Jul
(98) |
Aug
(66) |
Sep
|
Oct
(153) |
Nov
(43) |
Dec
(42) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(97) |
Feb
(141) |
Mar
(147) |
Apr
(80) |
May
(51) |
Jun
(93) |
Jul
(88) |
Aug
(50) |
Sep
(179) |
Oct
(48) |
Nov
(82) |
Dec
(71) |
2007 |
Jan
(42) |
Feb
(46) |
Mar
(123) |
Apr
(21) |
May
(139) |
Jun
(59) |
Jul
(34) |
Aug
(57) |
Sep
(47) |
Oct
(137) |
Nov
(49) |
Dec
(12) |
2008 |
Jan
(10) |
Feb
(8) |
Mar
(63) |
Apr
(17) |
May
(34) |
Jun
(38) |
Jul
(16) |
Aug
(62) |
Sep
(9) |
Oct
(121) |
Nov
(38) |
Dec
(4) |
2009 |
Jan
|
Feb
(11) |
Mar
(9) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(4) |
Apr
(10) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(12) |
2012 |
Jan
(26) |
Feb
(1) |
Mar
(15) |
Apr
(1) |
May
(1) |
Jun
(7) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(52) |
Nov
(8) |
Dec
(25) |
2013 |
Jan
(35) |
Feb
(14) |
Mar
(10) |
Apr
(10) |
May
(29) |
Jun
(16) |
Jul
(5) |
Aug
(8) |
Sep
(8) |
Oct
(6) |
Nov
(1) |
Dec
(3) |
2014 |
Jan
(16) |
Feb
(13) |
Mar
(5) |
Apr
(9) |
May
(21) |
Jun
(6) |
Jul
(5) |
Aug
(2) |
Sep
(59) |
Oct
(115) |
Nov
(122) |
Dec
(45) |
2015 |
Jan
(31) |
Feb
(32) |
Mar
(19) |
Apr
(25) |
May
(3) |
Jun
(4) |
Jul
(18) |
Aug
(3) |
Sep
(23) |
Oct
(11) |
Nov
(17) |
Dec
(12) |
2016 |
Jan
(20) |
Feb
(27) |
Mar
(20) |
Apr
(40) |
May
(35) |
Jun
(48) |
Jul
(44) |
Aug
(51) |
Sep
(18) |
Oct
(42) |
Nov
(39) |
Dec
(29) |
2017 |
Jan
(37) |
Feb
(34) |
Mar
(20) |
Apr
(37) |
May
(10) |
Jun
(2) |
Jul
(14) |
Aug
(15) |
Sep
(25) |
Oct
(29) |
Nov
(15) |
Dec
(29) |
2018 |
Jan
(5) |
Feb
(15) |
Mar
(6) |
Apr
(20) |
May
(39) |
Jun
(39) |
Jul
(17) |
Aug
(20) |
Sep
(10) |
Oct
(17) |
Nov
(20) |
Dec
(8) |
2019 |
Jan
(28) |
Feb
(21) |
Mar
(13) |
Apr
(44) |
May
(44) |
Jun
(28) |
Jul
(51) |
Aug
(30) |
Sep
(7) |
Oct
(20) |
Nov
(8) |
Dec
(21) |
2020 |
Jan
(27) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2019-10-05 10:31:10
|
5 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/c61810db749f/ Changeset: c61810db749f User: gustafn Date: 2019-10-05 09:44:57+00:00 Summary: improve variable names and comments Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/73f1626dc076/ Changeset: 73f1626dc076 User: gustafn Date: 2019-10-05 09:45:58+00:00 Summary: improve spelling Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/999b44298272/ Changeset: 999b44298272 User: gustafn Date: 2019-10-05 10:08:16+00:00 Summary: Don't abbreviate Tcl's subcommand names Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/2d07172ee39f/ Changeset: 2d07172ee39f User: gustafn Date: 2019-10-05 10:24:10+00:00 Summary: Fix a bug caused be the low level refactoring leading to incomplete https transfers with connchan. The problem was that due to the refactoring since the last release, the low-level https operations were made strictly non-blocking, where before these operations might have blocked in some situations (partial writes). Partial writes were already working before this patch, but in certain situations, we experienced a 0 byte partial operation, followed by an error like Error: spool: POSIX {unknown error} Success, channel conn451 send operation failed: Success It turned out that was caused by an OpenSSL error "ssl3_write_pending:bad write retry", which is issued, when an operation ending in an SSL_ERROR_WANT_WRITE was executed with a different buffer pointer (the resubmission of partial written data happens via Tcl). The issue was addressed via the OpenSSL mode flag SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER. See the comments in the source code for more details and alternate approaches. Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/ef8eb30220c0/ Changeset: ef8eb30220c0 User: gustafn Date: 2019-10-05 10:28:06+00:00 Summary: remove debugging output Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-10-04 21:16:08
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/d61d39c0c21d/ Changeset: d61d39c0c21d User: gustafn Date: 2019-10-04 21:15:36+00:00 Summary: improve man page Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-10-04 21:12:19
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/17c89623f13b/ Changeset: 17c89623f13b User: gustafn Date: 2019-10-04 21:11:50+00:00 Summary: fix dynamic setting of poolratelimit and connectionratelimit Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-10-03 08:30:13
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/f075e258caca/ Changeset: f075e258caca User: gustafn Date: 2019-10-03 08:27:44+00:00 Summary: add missing semicolon Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-10-01 20:28:33
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/3221e12893da/ Changeset: 3221e12893da User: gustafn Date: 2019-10-01 20:26:46+00:00 Summary: improve expressiveness of code: no need to use += operator when lhs is zero Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/3baba02281c0/ Changeset: 3baba02281c0 User: gustafn Date: 2019-10-01 20:27:36+00:00 Summary: make clear via assertion, when double HttpClose operations will happen Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-10-01 19:05:37
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/d61e6941e15c/ Changeset: d61e6941e15c User: gustafn Date: 2019-10-01 19:02:19+00:00 Summary: add comment about strange error messages appearing occoasionally Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/72f2ad72931d/ Changeset: 72f2ad72931d User: gustafn Date: 2019-10-01 19:04:15+00:00 Summary: Avoid calls to HttpTaskSend() when there is nothing to send. We sow in some error cases such calls, leading to a assertion violation. Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-09-26 06:27:05
|
3 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/083eec3e3548/ Changeset: 083eec3e3548 User: gustafn Date: 2019-09-18 08:46:31+00:00 Summary: Silence some compilers that do not see that all enumeration values are covered by switch statement Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/c113de8738b6/ Changeset: c113de8738b6 User: gustafn Date: 2019-09-26 06:21:51+00:00 Summary: don't pass NULL after the last typed argument to a variadic function Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/5602e8027831/ Changeset: 5602e8027831 User: gustafn Date: 2019-09-26 06:25:59+00:00 Summary: fix typo in var name Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-09-18 08:23:18
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/9f27c7c91916/ Changeset: 9f27c7c91916 User: gustafn Date: 2019-09-18 08:13:15+00:00 Summary: Silence some compilers that do not see that all enumeration values are covered by switch statement Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/fca4749a87f5/ Changeset: fca4749a87f5 User: gustafn Date: 2019-09-18 08:22:51+00:00 Summary: Added "-binary" option for input processing to the following functions: ns_crypto::hmac new (for "key") ns_crypto::hmac add (for "message") ns_crypto::hmac string (for "key", "message") ns_crypto::md add (for "message") ns_crypto::md string (for "message") ns_crypto::md vapidsign (for "message") ns_crypto::md hkdf (for "-salt" "-secret" "-info") ns_crypto::scrypt (for "-salt" "-secret") ns_crypto::eckey import ("-string") ns_crypto::eckey sharedsecret ("pubkey") ns_crypto::aead::encrypt string (for "-key", "-aad", "-iv", "input") ns_crypto::aead::decrypt string (for "-key", "-aad", "-iv", "input") Affected #: 3 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-09-15 16:59:19
|
2 new commits in nsdbi: https://bitbucket.org/naviserver/nsdbi/commits/ca2f830b0163/ Changeset: ca2f830b0163 User: gustafn Date: 2019-09-15 16:57:12+00:00 Summary: clean compilation warnings, don't shadow variables Affected #: 5 files https://bitbucket.org/naviserver/nsdbi/commits/d47b4eed389b/ Changeset: d47b4eed389b User: gustafn Date: 2019-09-15 16:58:48+00:00 Summary: improve spelling Affected #: 2 files Repository URL: https://bitbucket.org/naviserver/nsdbi/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-09-15 10:52:23
|
2 new commits in nsdbipg: https://bitbucket.org/naviserver/nsdbipg/commits/4425b2c5664e/ Changeset: 4425b2c5664e User: gustafn Date: 2019-09-15 10:50:03+00:00 Summary: improve cleaness of compilation and README file Affected #: 2 files https://bitbucket.org/naviserver/nsdbipg/commits/4d2cb856c9e3/ Changeset: 4d2cb856c9e3 User: gustafn Date: 2019-09-15 10:51:41+00:00 Summary: improve spelling Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/nsdbipg/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-09-11 19:05:19
|
1 new commit in nsdbpg: https://bitbucket.org/naviserver/nsdbpg/commits/10ef95bb0728/ Changeset: 10ef95bb0728 User: gustafn Date: 2019-09-11 19:04:18+00:00 Summary: use static defintions when possible don't use default, when all cases are enumerated Affected #: 2 files Repository URL: https://bitbucket.org/naviserver/nsdbpg/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-09-11 18:28:54
|
3 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/7368101e33d9/ Changeset: 7368101e33d9 User: gustafn Date: 2019-09-11 18:15:52+00:00 Summary: Argument parser: skip processing of optional arguments when the number of provided arguments is equal to the number of required parameters. Background: This change allows a fully backward compatible version of e.g. "ns_md5 $foo", no matter what the value of "$foo" is, allthough the new version of "ns_md5" has now a "-binary" option. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/ec8006230251/ Changeset: ec8006230251 User: gustafn Date: 2019-09-11 18:18:58+00:00 Summary: add a "-binary" option for input processing to the following functions: ns_base64encode ns_base64urlencode ns_uudecode ns_uuencode ns_md5 ns_sha1 Affected #: 10 files https://bitbucket.org/naviserver/naviserver/commits/477a12eb8a5d/ Changeset: 477a12eb8a5d User: gustafn Date: 2019-09-11 18:28:16+00:00 Summary: adjust test cases Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-09-10 07:16:40
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/298026c175c6/ Changeset: 298026c175c6 User: gustafn Date: 2019-09-09 09:53:44+00:00 Summary: driver rate limit: align code with documentation Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/b0d911364c07/ Changeset: b0d911364c07 User: gustafn Date: 2019-09-10 07:16:12+00:00 Summary: fix typo Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-31 12:48:29
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/41b294462064/ Changeset: 41b294462064 User: gustafn Date: 2019-08-31 12:46:56+00:00 Summary: add POSIX thread library to load options on FreeBSD Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/e5a053869cf8/ Changeset: e5a053869cf8 User: gustafn Date: 2019-08-31 12:47:20+00:00 Summary: initialize variables in all cases Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-31 11:25:51
|
3 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/54578f5b2255/ Changeset: 54578f5b2255 User: gustafn Date: 2019-08-31 11:21:42+00:00 Summary: support more test cases also when not nsf is available Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/8028516f1576/ Changeset: 8028516f1576 User: gustafn Date: 2019-08-31 11:22:24+00:00 Summary: improve spelling Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/c8f1cacf7c8b/ Changeset: c8f1cacf7c8b User: gustafn Date: 2019-08-31 11:25:04+00:00 Summary: improve spelling Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-23 17:32:13
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/969647ac9e83/ Changeset: 969647ac9e83 User: gustafn Date: 2019-08-23 17:14:44+00:00 Summary: reduce warnings about bad-function-cast Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/1de9efb4dfae/ Changeset: 1de9efb4dfae User: gustafn Date: 2019-08-23 17:31:42+00:00 Summary: get rid auf all warnings about bad-function-cast Affected #: 5 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-23 16:58:08
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/e1182c033735/ Changeset: e1182c033735 User: gustafn Date: 2019-08-23 16:57:37+00:00 Summary: improve alignment issues Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-23 09:43:41
|
11 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/4e1edca3fd60/ Changeset: 4e1edca3fd60 User: gustafn Date: 2019-08-21 09:29:01+00:00 Summary: add "foreBinary" argument to Ns_GetBinaryString() (currently not used) Affected #: 4 files https://bitbucket.org/naviserver/naviserver/commits/b075aba6f964/ Changeset: b075aba6f964 User: gustafn Date: 2019-08-22 16:19:28+00:00 Summary: use the term "response" instead of "reply", since RFC 2068ff use "request" and "response" Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/eeb3e69238d8/ Changeset: eeb3e69238d8 User: gustafn Date: 2019-08-22 17:15:59+00:00 Summary: remove "default" from switch statements having all enumeration values covered. Affected #: 12 files https://bitbucket.org/naviserver/naviserver/commits/b413c5f2f887/ Changeset: b413c5f2f887 User: gustafn Date: 2019-08-22 17:22:15+00:00 Summary: removed emtpy statements Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/2afb4c55b440/ Changeset: 2afb4c55b440 User: gustafn Date: 2019-08-22 17:41:20+00:00 Summary: added NS_GNUC_NORETURN declarations Affected #: 7 files https://bitbucket.org/naviserver/naviserver/commits/75e0bf4986e0/ Changeset: 75e0bf4986e0 User: gustafn Date: 2019-08-22 17:44:50+00:00 Summary: removed unreachable "break" statements Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/40c3eb9108a4/ Changeset: 40c3eb9108a4 User: gustafn Date: 2019-08-22 17:50:00+00:00 Summary: add "static" declaration Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/8673cc892986/ Changeset: 8673cc892986 User: gustafn Date: 2019-08-22 17:59:56+00:00 Summary: adding missing "extern" declarations Affected #: 8 files https://bitbucket.org/naviserver/naviserver/commits/c46b5298e5e0/ Changeset: c46b5298e5e0 User: gustafn Date: 2019-08-22 18:06:19+00:00 Summary: simplify logic of function Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/d4186ea92d75/ Changeset: d4186ea92d75 User: gustafn Date: 2019-08-23 09:42:05+00:00 Summary: fix alignment issues Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/dbe58545e6b2/ Changeset: dbe58545e6b2 User: gustafn Date: 2019-08-23 09:42:55+00:00 Summary: make sure, variables are always initialized (also in non-reachable branches) Affected #: 3 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-21 09:19:21
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/ac67fb0ff57a/ Changeset: ac67fb0ff57a User: gustafn Date: 2019-08-21 09:00:49+00:00 Summary: fix alignment issues Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-21 08:40:13
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/54b98394e1a2/ Changeset: 54b98394e1a2 User: gustafn Date: 2019-08-21 08:34:17+00:00 Summary: - fix different alignment requirements of char* and Req * (or Res *). - add missing static declarations - make sure, data is always initialized Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/952883b69be6/ Changeset: 952883b69be6 User: gustafn Date: 2019-08-21 08:36:24+00:00 Summary: - improve documentation, how locations in redirects are handled/configured Affected #: 3 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-20 19:15:29
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/29843a95e643/ Changeset: 29843a95e643 User: gustafn Date: 2019-08-20 19:10:35+00:00 Summary: improve spelling Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/bbce14aad719/ Changeset: bbce14aad719 User: gustafn Date: 2019-08-20 19:14:54+00:00 Summary: new feature: provide access to request AND reply header fields via "exteheaders" specification. It is now optionally possible to specify the header fields with a tag "request:" or "reply:" to denote request and reply header fields. In case, no tag is provided, field names are interpreted as request header fields. The change is fully backwards compatible, Affected #: 4 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-20 09:50:57
|
3 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/43eb07e202ce/ Changeset: 43eb07e202ce User: gustafn Date: 2019-08-20 09:47:37+00:00 Summary: fix type mismatch Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/cf9accd30632/ Changeset: cf9accd30632 User: gustafn Date: 2019-08-20 09:48:38+00:00 Summary: add missing EXTERN declarations Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/dac63e88c721/ Changeset: dac63e88c721 User: gustafn Date: 2019-08-20 09:50:31+00:00 Summary: add static declarations to variables, remove unreachable break Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-20 09:30:01
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/3be3464dc11b/ Changeset: 3be3464dc11b User: gustafn Date: 2019-08-20 09:29:34+00:00 Summary: Debug(access): avoid trailing newline in system log Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-20 09:10:57
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/fdcb3e093a45/ Changeset: fdcb3e093a45 User: gustafn Date: 2019-08-20 09:10:35+00:00 Summary: list predefined severities Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2019-08-20 08:44:26
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/aae79dfe18ba/ Changeset: aae79dfe18ba User: gustafn Date: 2019-08-20 08:24:11+00:00 Summary: Removed unsued macro definition Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/a8f64d4e879f/ Changeset: a8f64d4e879f User: gustafn Date: 2019-08-20 08:43:57+00:00 Summary: Additional severity Debug(access): when activated, entries of the access log are mirroed in the system log (error.log) This feature eases debugging for setups with no sophisticated log analysis infrastructure (such as e.g. elastic stack) Affected #: 3 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |