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-06-24 17:53:17
|
5 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/bb6c7025425f/ Changeset: bb6c7025425f User: gustafn Date: 2019-06-23 10:31:37+00:00 Summary: allow useless case (write with length 0) to provide backward compatibility Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/0a5348c7e9e9/ Changeset: 0a5348c7e9e9 User: gustafn Date: 2019-06-23 11:21:12+00:00 Summary: Driver cleanup - Improved code locality in driver.c to avoid potential confusion between SockState (as used in driver.c) and Ns_SockState (as used e.g. sock.c, task.c and tclhttp.c) - Provided human readable stock SockStates Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/d6877e07d1a6/ Changeset: d6877e07d1a6 User: gustafn Date: 2019-06-23 11:42:22+00:00 Summary: improve spelling Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/e6f41e9532f7/ Changeset: e6f41e9532f7 User: gustafn Date: 2019-06-23 11:42:55+00:00 Summary: improve spelling Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/086620cf6e34/ Changeset: 086620cf6e34 User: gustafn Date: 2019-06-24 17:52:58+00:00 Summary: HTTPS driver cleanup: - Added API call Ns_SockInErrorState() since SSL_shutdown() must not be called if a previous fatal error has occurred on a connection i.e. if SSL_get_error() has returned SSL_ERROR_SYSCALL or SSL_ERROR_SSL. - provided local buffers for OpenSSL ERR_error_string handling to avoid potential race conditions (OpenSSL keeps otherwise error messages in static memory) - made naming conf variable of type SSLContext consistent. 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-06-20 18:30:53
|
4 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/196a3922bfe7/ Changeset: 196a3922bfe7 User: gustafn Date: 2019-06-20 16:40:49+00:00 Summary: ns_rand: fix index value of Ns_ParseObjv() Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/8c2c21aafbe6/ Changeset: 8c2c21aafbe6 User: gustafn Date: 2019-06-20 16:52:22+00:00 Summary: add regression test for ns_rand Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/20f5f7dc0acc/ Changeset: 20f5f7dc0acc User: gustafn Date: 2019-06-20 18:26:03+00:00 Summary: New command: ns_parsefieldvalue This function parses the provided field value (from an HTTP request or reply header field) into its parts and returns these in the form of a list of Tcl dicts or a single Tcl dict depending on parameters The syntax of the contents of these header fields is specified in RFC 7230 section 3.2.6. Forwarded: for="_gazonk" Forwarded: For="[2001:db8:cafe::17]:4711" Forwarded: for=192.0.2.60;proto=http;by=203.0.113.43 Forwarded: for=192.0.2.43, for=198.51.100.17 Affected #: 9 files https://bitbucket.org/naviserver/naviserver/commits/13e108e0879b/ Changeset: 13e108e0879b User: gustafn Date: 2019-06-20 18:26:53+00:00 Summary: merge 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-06-19 12:53:18
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/d513559481b0/ Changeset: d513559481b0 User: vasiljevic Date: 2019-06-19 12:52:52+00:00 Summary: Fixed parsing ns_roll command. 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-06-19 10:00:06
|
4 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/00dd4c677445/ Changeset: 00dd4c677445 User: vasiljevic Date: 2019-06-18 16:24:05+00:00 Summary: Better handle/log SSL_ERROR_SYSCALL cases. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/f8720512ec33/ Changeset: f8720512ec33 User: vasiljevic Date: 2019-06-18 16:26:35+00:00 Summary: Fixed broken handling of body payloads > 16K and payloads from truncated files or channels positioned on the wrong byte w.r.t passed bodySize. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/7f5ffc246e1e/ Changeset: 7f5ffc246e1e User: vasiljevic Date: 2019-06-19 09:58:39+00:00 Summary: Fixed edge cases for body uploaders when files get truncated while we send them, or somebody passes wrongly positioned channels. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/ca5751d47ab4/ Changeset: ca5751d47ab4 User: vasiljevic Date: 2019-06-19 09:59:36+00:00 Summary: Merge Ns_SockListenCallback API change 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-06-18 18:44:24
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/70b001549448/ Changeset: 70b001549448 User: gustafn Date: 2019-06-18 18:43:41+00:00 Summary: fix prototype of Ns_SockListenCallback in in ns.h (many thanks to Maurizio Martignano) 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-06-18 10:29:31
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/8849ddcce196/ Changeset: 8849ddcce196 User: gustafn Date: 2019-06-18 10:29:02+00:00 Summary: document usage of connection pools in config files Affected #: 2 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-06-15 20:06:42
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/698f51f8cac3/ Changeset: 698f51f8cac3 User: gustafn Date: 2019-06-15 20:02:21+00:00 Summary: add range-checks for Long and WideInt and improve error messages Affected #: 12 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-06-15 17:44:31
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/6bb738643e89/ Changeset: 6bb738643e89 User: gustafn Date: 2019-06-15 17:44:03+00:00 Summary: Add Range checking in the style of Ns_ObjvInt to Ns_ObjvLong and Ns_ObjvWideInt. Next steps: check usages if these functions (and Tcl_GetLongFromObj() and Tcl_GetWideintFromObj()) to add range checks if necessary. 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-06-15 17:20:17
|
3 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/7b7a9d8a8100/ Changeset: 7b7a9d8a8100 User: gustafn Date: 2019-06-15 13:55:42+00:00 Summary: improve spelling Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/3b6c43deeb11/ Changeset: 3b6c43deeb11 User: gustafn Date: 2019-06-15 14:03:50+00:00 Summary: new feature for Ns_ParseObjv: optional range checking for Ns_ObjvInt It is now possible to provide a range for positional and non-positional arguments of type Ns_ObjvInt, which is checked already during Ns_ParseObjv. This leads to uniform behavior, more thorough checking, and uniform error messages. By this changeset various potential crashes were fixed, when e.g. passed-in values are used as array-indices (crash on negative numbers) or where the values were casted to unsigned types (very high unsigned values, potential memory alloc problems). Affected #: 22 files https://bitbucket.org/naviserver/naviserver/commits/fc33338a32ce/ Changeset: fc33338a32ce User: gustafn Date: 2019-06-15 17:19:36+00:00 Summary: fix all cases, where Tcl_GetIntFromObj() was used without a range check. Switch to Ns_ParseObjv() on more occasions. Affected #: 12 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-06-14 08:49:09
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/ce0b643dc4fe/ Changeset: ce0b643dc4fe User: vasiljevic Date: 2019-06-14 08:46:49+00:00 Summary: Make -body_size optional for seekable channels. Updated docs with some hints about passing Tcl channels. Affected #: 2 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-06-13 06:27:51
|
1 new commit in nszlib: https://bitbucket.org/naviserver/nszlib/commits/13e084aa3a97/ Changeset: 13e084aa3a97 User: gustafn Date: 2019-06-13 06:27:22+00:00 Summary: make code compile cleanly Affected #: 1 file Repository URL: https://bitbucket.org/naviserver/nszlib/ -- 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-06-12 09:31:32
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/52f10cf8fd12/ Changeset: 52f10cf8fd12 User: gustafn Date: 2019-06-12 09:31:01+00:00 Summary: bug-fix: initialize always optional parameters 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-06-12 09:11:50
|
10 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/6ace921a0f86/ Changeset: 6ace921a0f86 User: gustafn Date: 2019-06-07 08:37:08+00:00 Summary: memory allocated by Tcl has to be returned by Tcl Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/08c36221094c/ Changeset: 08c36221094c User: gustafn Date: 2019-06-10 11:23:01+00:00 Summary: minor code cleanup: improve padding, remove redundant casts and const declarations for unused arguments Affected #: 9 files https://bitbucket.org/naviserver/naviserver/commits/0a1d3bb5f4e6/ Changeset: 0a1d3bb5f4e6 User: gustafn Date: 2019-06-12 07:29:57+00:00 Summary: improve configurability of clang-tidy Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/11e89ceaf18b/ Changeset: 11e89ceaf18b User: gustafn Date: 2019-06-12 07:32:58+00:00 Summary: whitespace change Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/7d2a4e57f2d8/ Changeset: 7d2a4e57f2d8 User: gustafn Date: 2019-06-12 07:34:35+00:00 Summary: add instrumentation to ease debugging Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/1743043d9e70/ Changeset: 1743043d9e70 User: gustafn Date: 2019-06-12 07:58:28+00:00 Summary: new command ns_asynclogfile: facility for writing log files of various kinds, using the AsyncWriterThread. Usage example: set fd [ns_asynclogfile open /tmp/test.log] ns_asynclogfile write $fd hello\n ns_asynclogfile close $fd Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/3093771fc208/ Changeset: 3093771fc208 User: gustafn Date: 2019-06-12 08:02:13+00:00 Summary: merge Affected #: 13 files https://bitbucket.org/naviserver/naviserver/commits/b05ecb1a38bf/ Changeset: b05ecb1a38bf User: gustafn Date: 2019-06-12 09:07:06+00:00 Summary: improve spelling Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/c1d80b5613ac/ Changeset: c1d80b5613ac User: gustafn Date: 2019-06-12 09:08:35+00:00 Summary: improve spelling, reduce variable scope Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/2c15e1bb687f/ Changeset: 2c15e1bb687f User: gustafn Date: 2019-06-12 09:09:02+00:00 Summary: improve spelling Affected #: 2 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-06-11 08:58:19
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/aae06ab12b3e/ Changeset: aae06ab12b3e User: vasiljevic Date: 2019-06-11 08:57:43+00:00 Summary: Fixed typos 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-06-10 14:10:25
|
17 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/52dc1a4fa959/ Changeset: 52dc1a4fa959 User: vasiljevic Date: 2019-05-31 11:22:19+00:00 Summary: Whitespace fix. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/627a531ad126/ Changeset: 627a531ad126 User: vasiljevic Date: 2019-05-31 11:27:27+00:00 Summary: Cleanup, document, enforce right column, reorganize. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/16602459da33/ Changeset: 16602459da33 User: vasiljevic Date: 2019-05-31 11:28:40+00:00 Summary: Added NS_EAGAIN as WSAEWOULDBLOCK/EAGAIN for Win/Unix. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/bc47d9dd045a/ Changeset: bc47d9dd045a User: vasiljevic Date: 2019-05-31 11:30:12+00:00 Summary: Moved Ns_HttpTask to nsd/nsd.h into NsHttpTask as this one is never used elsewhere and the whole API is used just from the Tcl wrappers. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/734bd42afbc2/ Changeset: 734bd42afbc2 User: vasiljevic Date: 2019-05-31 11:30:41+00:00 Summary: Added Ns_HttpTask as NsHttpTask. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/270d31f9a7dc/ Changeset: 270d31f9a7dc User: vasiljevic Date: 2019-05-31 11:31:37+00:00 Summary: Move NS_EWOULDBLOCK to EWOULDBLOCK as we are on unix anyways. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/76671a9c29be/ Changeset: 76671a9c29be User: vasiljevic Date: 2019-05-31 11:32:29+00:00 Summary: Move NS_EWOULDBLOCK to EWOULDBLOCK for Unix-only code. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/cd920ccbb6c1/ Changeset: cd920ccbb6c1 User: vasiljevic Date: 2019-06-04 16:17:52+00:00 Summary: Improved comments for some NsHttpTask elements. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/4d729c8b85f6/ Changeset: 4d729c8b85f6 User: vasiljevic Date: 2019-06-04 16:20:36+00:00 Summary: Revamp of ns_http and related supportive code. Fixed some descriptor leaks, memory leaks, double-frees improved comments, simplified code, unified debug logs and added tons of other minor and major style fixes. Affected #: 4 files https://bitbucket.org/naviserver/naviserver/commits/3099d0f7204b/ Changeset: 3099d0f7204b User: vasiljevic Date: 2019-06-07 08:31:14+00:00 Summary: Updated NsHttpTask elements - added recvSpoolMode. Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/8a121a88ad7c/ Changeset: 8a121a88ad7c User: vasiljevic Date: 2019-06-07 16:46:59+00:00 Summary: First updates for ns_http man page (still pending). Changed API for Ns_TaskProc from void to int as to be able to check wether the proc garbage-colltected the taskPtr. Affected #: 4 files https://bitbucket.org/naviserver/naviserver/commits/38e3a910223b/ Changeset: 38e3a910223b User: vasiljevic Date: 2019-06-09 08:54:03+00:00 Summary: Moved Ns_TaslProc signature back to (void) return value Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/f9e737414afa/ Changeset: f9e737414afa User: vasiljevic Date: 2019-06-09 08:54:42+00:00 Summary: Added refCount based Task reservation and cleanup. Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/e66e3d3af987/ Changeset: e66e3d3af987 User: vasiljevic Date: 2019-06-09 09:00:27+00:00 Summary: Merge 5832 head. Affected #: 32 files https://bitbucket.org/naviserver/naviserver/commits/ed2c463ed247/ Changeset: ed2c463ed247 User: vasiljevic Date: 2019-06-09 12:36:07+00:00 Summary: Merged to the tip. Fixed various conflicts. Fixed ns_http post with body as file/channel. Updated ns_http man page (work still in progress). Affected #: 6 files https://bitbucket.org/naviserver/naviserver/commits/c5400ecf723f/ Changeset: c5400ecf723f User: vasiljevic Date: 2019-06-09 12:54:05+00:00 Summary: Fixed internal comments Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/11c85e2c6155/ Changeset: 11c85e2c6155 User: vasiljevic Date: 2019-06-10 14:09:20+00:00 Summary: Finished ns_http rewrite. Added some docs, tests. 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-06-06 10:40:27
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/9e86610648ae/ Changeset: 9e86610648ae User: gustafn Date: 2019-06-06 10:39:53+00:00 Summary: improve documentation Affected #: 2 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-06-05 10:56:26
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/1bdbcc4b3c01/ Changeset: 1bdbcc4b3c01 User: gustafn Date: 2019-06-04 20:08:21+00:00 Summary: fix potential invalid reads in cases, where LogConnchanDebug is enabled and the callback is deleted during a Tcl_Eval(). Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/61dd3e300449/ Changeset: 61dd3e300449 User: gustafn Date: 2019-06-05 10:55:56+00:00 Summary: provide compatibility with LibreSSL 2.9 (tested with LibreSSL 2.9.2) Affected #: 2 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-06-02 17:44:56
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/0f2e6517ab91/ Changeset: 0f2e6517ab91 User: gustafn Date: 2019-06-02 17:43:35+00:00 Summary: add debug lines for Ns_TaskDone and Ns_TaskFree Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/dc5038a4e02d/ Changeset: dc5038a4e02d User: gustafn Date: 2019-06-02 17:44:20+00:00 Summary: avoid potential double free of tasks 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-06-02 13:57:19
|
4 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/44b20d4219fc/ Changeset: 44b20d4219fc User: gustafn Date: 2019-06-02 13:48:45+00:00 Summary: avoid potential string truncations (without terminating NULL) Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/c268339f8a81/ Changeset: c268339f8a81 User: gustafn Date: 2019-06-02 13:49:58+00:00 Summary: add additional warning flags for tidy checks Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/11bb4be6606e/ Changeset: 11bb4be6606e User: gustafn Date: 2019-06-02 13:50:23+00:00 Summary: remove debug output Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/bd03e16b9d8b/ Changeset: bd03e16b9d8b User: gustafn Date: 2019-06-02 13:50:45+00:00 Summary: add additional PURE flags Affected #: 2 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-06-02 12:15:55
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/173f4f0c3a05/ Changeset: 173f4f0c3a05 User: gustafn Date: 2019-06-02 12:15:03+00:00 Summary: make sure to initialize sockState for error 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-06-02 12:10:36
|
4 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/f10d2e26e92d/ Changeset: f10d2e26e92d User: gustafn Date: 2019-06-02 11:29:32+00:00 Summary: remove tautological assert Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/99e5ecaa62fa/ Changeset: 99e5ecaa62fa User: gustafn Date: 2019-06-02 11:30:04+00:00 Summary: removed dead store Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/9000d320be8a/ Changeset: 9000d320be8a User: gustafn Date: 2019-06-02 11:31:25+00:00 Summary: sock is already properly initialized with NS_INVALID_SOCKET for fail cases Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/4c380a2d69a8/ Changeset: 4c380a2d69a8 User: gustafn Date: 2019-06-02 12:10:04+00:00 Summary: silence gcc 7+ on FC29: use attribute based approach for denoting fall through in case statements Affected #: 18 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-06-01 10:25:47
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/f4e8c38301c5/ Changeset: f4e8c38301c5 User: gustafn Date: 2019-06-01 10:11:24+00:00 Summary: reduce variable scope Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/a7a4bb520b4b/ Changeset: a7a4bb520b4b User: gustafn Date: 2019-06-01 10:24:50+00:00 Summary: Sock receive/send reform (part 2): Provide low-level interface (NS_SOCKET, SSL) with common result semantics, used in drivers, nssock and task interface. Ns_SockSendBufs2() called by sock.c (Ns_SockRecvBufs, sendProc), tclhttp.c Ns_SSLSendBufs2() called by nsssl.c (sendProc), tclhttp.c Ns_SockRecvBufs2() called by sock.c (Ns_SockRecvBufs, recvProc), tclhttp.c Ns_SSLRecvBufs2() called by nsssl.c (recvProc), tclhttp.c Affected #: 8 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-05-29 15:32:25
|
1 new commit in naviserver: https://bitbucket.org/naviserver/naviserver/commits/c3782aa27c6d/ Changeset: c3782aa27c6d User: gustafn Date: 2019-05-29 15:31:48+00:00 Summary: - improve receiev timeout handling (reduce setup cost) - use abstracted state instead of receive-value/errno guessing in the driver (important for OpenSSL) 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-05-28 22:33:25
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/89bf1ca3d0da/ Changeset: 89bf1ca3d0da User: gustafn Date: 2019-05-28 22:21:58+00:00 Summary: prefer NS_EWOULDBLOCK over EWOULDBLOCK for better windows compatibility Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/a3a05f0fdb4e/ Changeset: a3a05f0fdb4e User: gustafn Date: 2019-05-28 22:33:02+00:00 Summary: Sock receive reform (part 1): - New function NsDriverRecv() similar to NsDriverSend() - Use NsDriverRecv() by nsconnchan instead of a local function. - Align interfaces of Ns_SockSendBufs() and Ns_SockRecvBufs(); both calls receive now Ns_Sock * structures. - report Ns_SockState back from Ns_SockRecvBufs() (potential values NS_SOCK_READ, NS_SOCK_DONE, NS_SOCK_AGAIN, NS_SOCK_EXCEPTION, NS_SOCK_TIMEOUT) and keep it in the Sock structure - Missing: * using explicit Ns_SockState instead of trying to guess states from return length and error codes. * using NsDriverRecv as well in http tasks. * handling of default timeouts in driver * timeout handling for nsssl recv? Affected #: 8 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-05-26 22:11:26
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/9ce81610cae9/ Changeset: 9ce81610cae9 User: gustafn Date: 2019-05-26 17:26:12+00:00 Summary: compute size of function pointer hash entry precisely Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/1496d29fee34/ Changeset: 1496d29fee34 User: gustafn Date: 2019-05-26 22:11:02+00:00 Summary: make NaviServer fully clean in respect to conversions from function pointers to object pointers (which is forbidden by ISO C). 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. |