naviserver

Timeline
Login
Tcl 2015 Conference, Manassas/VA, US, Oct 19-23
Send your abstracts to tclconference@googlegroups.com by Aug 24.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2015-03-27
15:04
- address possible reac condition Leaf check-in: 1290b6b292 user: neumann@wu-wien.ac.at tags: trunk
15:04
- reduce warning during regression test check-in: 3725f2f8e7 user: neumann@wu-wien.ac.at tags: trunk
2015-03-25
09:57
- add hack to address mysterical problem with static checker PC Lint, leading previously to an internal error check-in: 05db409bfd user: neumann@wu-wien.ac.at tags: trunk
09:56
- add suffix to avoid implicit conversion check-in: 4b3314faa9 user: neumann@wu-wien.ac.at tags: trunk
2015-03-23
14:02
parameter type was renamed to mimeType check-in: aa98af6815 user: vguerra@gmail.com tags: trunk
2015-03-16
18:51
- prefer variable name "mimeType" over "type" for mime types. check-in: 452b6fce19 user: neumann@wu-wien.ac.at tags: trunk
2015-03-15
15:27
- avoid c90 identifiers starting with str[a-z] check-in: 017e870ee9 user: neumann@wu-wien.ac.at tags: trunk
15:26
- align prototype with function definition check-in: 1b65185946 user: neumann@wu-wien.ac.at tags: trunk
15:25
- avoid "bool" as variable name - don't write if-statements as a single line check-in: 01036a6103 user: neumann@wu-wien.ac.at tags: trunk
15:23
- use char datatype when assiging to a char variable check-in: 98c036c451 user: neumann@wu-wien.ac.at tags: trunk
15:22
- don't use for loops without a braced body check-in: 8861980555 user: neumann@wu-wien.ac.at tags: trunk
15:22
- reduce implict signed/unsigned conversions check-in: b667ac91b6 user: neumann@wu-wien.ac.at tags: trunk
15:21
- provide more hints for error diagnosis when DriverDebug is activated check-in: b592c3c65d user: neumann@wu-wien.ac.at tags: trunk
15:20
- reduced implicit signed/unsigned conversions check-in: 664ff1ddc2 user: neumann@wu-wien.ac.at tags: trunk
15:19
- don't use for loops without a braced body check-in: 7aebd323c5 user: neumann@wu-wien.ac.at tags: trunk
15:18
- align prototype names and function names check-in: 2fcab3cba1 user: neumann@wu-wien.ac.at tags: trunk
14:20
- make test more robust check-in: 5ae2ed6881 user: neumann@wu-wien.ac.at tags: trunk
2015-03-12
02:56
- update sample nsssl configuration check-in: 3f5baad79a user: neumann@wu-wien.ac.at tags: trunk
2015-03-11
10:31
- prefer boolean and NS_TRUE/NS_FALSE over int and 0/1 check-in: dcfea77426 user: neumann@wu-wien.ac.at tags: trunk
09:58
- fix initialization (many thanks to David Osborn for the catch) check-in: 9feff020ab user: neumann@wu-wien.ac.at tags: trunk
2015-03-04
03:29
- remove redundancy from CFLAGS, come closer to what's probably intended by tcl.m4 check-in: 1c094c6723 user: neumann@wu-wien.ac.at tags: trunk
02:38
- Fixed bug, where one thread frees a nsv-array, but an internal representation of an Tcl_Obj for this array in another thread contains still a pointer to the freed array. The bug was introduced in Nov 2014, when fixing the memory leak of unset nsv-array structures. After the change we use now a less agressive caching by just storing the bucket pointer in the internal representation of the Tcl_Obj. - Prefer boolean and NS_TRUE/NS_FALSE over int and 1/0 - Use lowercase unsigned suffix check-in: 9786ef0817 user: neumann@wu-wien.ac.at tags: trunk
2015-02-25
11:30
- fix bug reported by Wolfgang Winkler, when " ns_urldecode --" is called. - switched ot regular argv parser, since reasons for using alternate one is fixed for a while (useing caching of internal rep only for non-shared tcl-objs) - extended regression test check-in: 58e3f0ada7 user: neumann@wu-wien.ac.at tags: trunk
2015-02-24
23:26
- don't crash on [ns_conn content] when there is no content - extend regression test check-in: 62513f6bf3 user: neumann@wu-wien.ac.at tags: trunk
2015-02-23
18:01
Added tag naviserver-4.99.7 for changeset 380de4a12557 check-in: 8605dd8b04 user: neumann@wu-wien.ac.at tags: trunk
17:59
- fixed typos and polished text check-in: 40cc3e4525 user: neumann@wu-wien.ac.at tags: trunk, naviserver-4.99.7
17:53
- update NEWS file check-in: eca9732ef0 user: neumann@wu-wien.ac.at tags: trunk
17:49
- add uncommitted file check-in: ce1debcb17 user: neumann@wu-wien.ac.at tags: trunk
17:48
- bumped version numbers check-in: 44c93b4b32 user: neumann@wu-wien.ac.at tags: trunk
17:47
- make path const (since it is returned usually as const) check-in: 6440a736fa user: neumann@wu-wien.ac.at tags: trunk
2015-02-21
18:15
- relax constraint that 2nd argument of Ns_TlsSet() has to be non-null check-in: 7b69559a4f user: neumann@wu-wien.ac.at tags: trunk
2015-02-19
19:13
- whatspace change check-in: b962278e48 user: neumann@wu-wien.ac.at tags: trunk
19:12
- sue ccourier forn when displaying results of [const ...] in documentation check-in: c7539c834d user: neumann@wu-wien.ac.at tags: trunk
19:12
- improve docuemntation check-in: ee984534fb user: neumann@wu-wien.ac.at tags: trunk
2015-02-15
14:08
- fix typesetting - remove obsolete content (e.g. concerning CVS) - use examples from existing code basis check-in: 87180711fb user: neumann@wu-wien.ac.at tags: trunk
13:09
- use documented MODOBJS instead of older-style OBJS in Makefiles check-in: f184505384 user: neumann@wu-wien.ac.at tags: trunk
2015-02-10
08:57
- added compatibility macro PRIuz in symmetry to PRIdz. the former is for size_t, the latter for sssize_t - added length fields for *scanf* operations to avoid possible internal buffer overflows in certain versions of libc - added --verbose flag for cppcheck check-in: 7c1ca530c0 user: neumann@wu-wien.ac.at tags: trunk
08:54
- reduce variable scope check-in: 6747e6ac96 user: neumann@wu-wien.ac.at tags: trunk
07:54
- make sure to initialize array "chars" check-in: b6ed6e5cc8 user: neumann@wu-wien.ac.at tags: trunk
2015-02-08
14:00
- fixing potentially undefined behavior - adding const check-in: d5c81ee120 user: neumann@wu-wien.ac.at tags: trunk
12:03
- remove obsolete undefine operation check-in: bc90e23f57 user: neumann@wu-wien.ac.at tags: trunk
10:53
- improve documentation check-in: df77b8bd0f user: neumann@wu-wien.ac.at tags: trunk
2015-02-01
15:02
- use unsinged type for bit operations check-in: 01b11bc3e5 user: neumann@wu-wien.ac.at tags: trunk
15:01
- fix duplicate semicolon check-in: a6b87b5cfa user: neumann@wu-wien.ac.at tags: trunk
2015-01-31
13:06
- improve comment density check-in: 765df078b8 user: neumann@wu-wien.ac.at tags: trunk
12:55
- improve comment density check-in: 357d56e584 user: neumann@wu-wien.ac.at tags: trunk
12:39
- improve comment density check-in: 6d03597f73 user: neumann@wu-wien.ac.at tags: trunk
12:31
- mark ns_geturl as deprecated in favor of ns_http - improve comment density check-in: f16ec37dbc user: neumann@wu-wien.ac.at tags: trunk
2015-01-30
12:54
- add additional test cases for http encodings (including curl-based testcase, when curl is available) - finish the default charset of utf-8 (adjust encoding testcases) check-in: 7a6c7a6d22 user: neumann@wu-wien.ac.at tags: trunk
12:51
- bugfix and compatibility with aolserver: return for "ns_conn content" per default result in the charset of the connection - add for "ns_conn content" the flag "-binary" to return the raw byte array check-in: 7f28ded422 user: neumann@wu-wien.ac.at tags: trunk