Tomasz Janczuk
|
ba2a943709
|
fixed #85 bug in handling appSettings with empty values and duplicated appSetting keys
|
2011-11-21 16:43:51 -08:00 |
Tomasz Janczuk
|
43ad0a87ad
|
updating project system with performance test files
|
2011-11-21 16:42:03 -08:00 |
Tomasz Janczuk
|
3e2bc8bfa3
|
fix handling of expect: 100-continue requests
|
2011-11-21 13:53:07 -08:00 |
Tomasz Janczuk
|
2c1b6c0852
|
performance and stress test framework, first test
|
2011-11-18 20:03:34 -08:00 |
Tomasz Janczuk
|
f1fd9f1365
|
add support for returning dev errors, improving diagnostics of most common failure cases
|
2011-11-18 12:53:31 -08:00 |
Tomasz Janczuk
|
7f398dbc7a
|
Merge pull request #81 from avanderhoorn/patch-2
As requested this fixes the 2010 vs 2010 SP1 for IIS Express as well.
|
2011-11-17 20:06:41 -08:00 |
Tomasz Janczuk
|
f82fdb30c9
|
Merge pull request #80 from avanderhoorn/patch-1
This allows the MSI to install with either VC++ 2010 SP1 or VC++ 2010
|
2011-11-17 20:04:12 -08:00 |
Tomasz Janczuk
|
255c497ae7
|
fix missing http response headers in requests to the main debugger page
|
2011-11-17 19:25:09 -08:00 |
Tomasz Janczuk
|
b80ba93a0c
|
fix to prevent apps using stdout/err from throwing when logging is disabled in iisnode
|
2011-11-17 15:23:35 -08:00 |
avanderhoorn
|
1735ed1913
|
As requested this fixes the 2010 vs 2010 SP1 for IIS Express as well.
|
2011-11-17 14:25:21 -05:00 |
Tomasz Janczuk
|
08b9dc45d8
|
make node_env, loggingEnabled, and debuggerEnabled settings independent
|
2011-11-17 10:42:57 -08:00 |
avanderhoorn
|
827bfc69f0
|
This allows the MSI to install with either Microsoft Visual C++ 2010 Redistributable Package SP1 or non SP1. This is achieved by adding an extra condition to the VC++ check. Note the GUID's used where sourced from here - http://blogs.msdn.com/b/astebner/archive/2010/05/05/10008146.aspx.
|
2011-11-17 12:40:14 -05:00 |
Tomasz Janczuk
|
e0a32d12c9
|
support for node_env setting and control over debugger availability
|
2011-11-16 17:01:26 -08:00 |
Tomasz Janczuk
|
4cadc66fe8
|
fix test stability issue
|
2011-11-16 13:35:07 -08:00 |
Tomasz Janczuk
|
a29c87f731
|
fix node-inspector setup for iis express, add installer mode to only install core iisnode support
|
2011-11-16 11:26:23 -08:00 |
Tomasz Janczuk
|
91e3de9a5b
|
split out node-inspector resources into a separate dll loaded on demand
|
2011-11-16 10:33:13 -08:00 |
Tomasz Janczuk
|
0206221de7
|
allow http responses before the node.js application received the entire http request
|
2011-11-15 14:31:50 -08:00 |
Tomasz Janczuk
|
d9d4d2f7bf
|
fix regression in enforcing log file quota
|
2011-11-14 14:51:34 -08:00 |
Tomasz Janczuk
|
931d1dba2f
|
Merge branch 'master' of github.com:tjanczuk/iisnode
|
2011-11-05 11:13:33 -07:00 |
Tomasz Janczuk
|
8ee7bd551d
|
temporary workaround for a debugger-debugee connectivity issue
|
2011-11-05 11:13:04 -07:00 |
Tomasz Janczuk
|
53c6608d9d
|
add integrated debugging howto
|
2011-11-04 17:01:30 -07:00 |
Tomasz Janczuk
|
fbcb3c4bcf
|
Merge pull request #66 from vivina/master
Added a link in Portuguese, how to install
|
2011-11-04 15:55:22 -07:00 |
vivina
|
6980d63bb5
|
Update README.md
|
2011-11-04 10:56:55 -02:00 |
Tomasz Janczuk
|
c825de2a88
|
update version number to v0.1.9
|
2011-11-03 15:01:12 -07:00 |
Tomasz Janczuk
|
2ab56a3a5b
|
update license
|
2011-11-03 14:59:27 -07:00 |
Tomasz Janczuk
|
bf362f1122
|
prevent client side caching of the debugger landing page to allow iisnode to run server side logic on refresh
|
2011-11-03 12:20:22 -07:00 |
Tomasz Janczuk
|
4fd4b4ee05
|
prevent race condition between debugee and debugger startup
|
2011-11-03 10:47:47 -07:00 |
Tomasz Janczuk
|
b5638e6bb2
|
fix test framework to clean up property after sample tests
|
2011-11-03 10:04:28 -07:00 |
Tomasz Janczuk
|
37b17f8536
|
fix bug in worker process recycling code path leading to av
|
2011-11-03 01:24:34 -07:00 |
Tomasz Janczuk
|
87ffe2da57
|
fix race condition between process recycling and messages targetting the process
|
2011-11-03 00:26:10 -07:00 |
Tomasz Janczuk
|
9e1199906e
|
debugger test
|
2011-11-02 20:21:25 -07:00 |
Tomasz Janczuk
|
0f517485e9
|
fix 200_samples tests
|
2011-11-02 19:15:08 -07:00 |
Tomasz Janczuk
|
39a78d8bd1
|
moving misplaced comment
|
2011-11-02 17:27:47 -07:00 |
Tomasz Janczuk
|
8b5ef27c45
|
adding debugger to samples
|
2011-11-02 17:26:30 -07:00 |
Tomasz Janczuk
|
21bd72c8cc
|
undoing node-inspector change fe6bb4d761
|
2011-11-02 16:50:05 -07:00 |
Tomasz Janczuk
|
028e40f452
|
support for configuring debug port ranges, dynamic debug port assignment, better debug failure reporting
|
2011-11-02 14:50:29 -07:00 |
Tomasz Janczuk
|
36c52f3f5f
|
add body content to debug?kill response
|
2011-11-02 10:24:16 -07:00 |
Tomasz Janczuk
|
4a47c80b9e
|
prevent caching of debug?kill requests
|
2011-11-02 00:25:09 -07:00 |
Tomasz Janczuk
|
1752ac4678
|
fix race condition between file watcher and debugger
|
2011-11-01 23:04:16 -07:00 |
Tomasz Janczuk
|
87d560a8b4
|
refactoring to simplify failue mode code paths and improve stability in failure mode
|
2011-11-01 15:02:36 -07:00 |
Tomasz Janczuk
|
fe6bb4d761
|
ensure node-inspector debugger is connected to the debuggee when a client connects
|
2011-11-01 09:17:13 -07:00 |
Tomasz Janczuk
|
63f31dc037
|
fix refcounting issue for requests dispatched through child contexts
|
2011-10-31 14:18:15 -07:00 |
Tomasz Janczuk
|
b191769085
|
integration of node-inspector
|
2011-10-31 13:00:31 -07:00 |
Tomasz Janczuk
|
8d88d0111d
|
adjusting the location of node-inspector files
|
2011-10-28 09:24:11 -07:00 |
Tomasz Janczuk
|
8b1bd799f3
|
Merge branch 'master' of github.com:tjanczuk/iisnode
|
2011-10-26 12:20:42 -07:00 |
Tomasz Janczuk
|
5b82aac090
|
adding MVC howto
|
2011-10-26 12:06:20 -07:00 |
Tomasz Janczuk
|
8edb43d7fc
|
add debuggerPathSegment configuration property
|
2011-10-24 14:55:56 -07:00 |
Tomasz Janczuk
|
e9dbf5c46a
|
undo change in pre-build steps for iisnode-msi
|
2011-10-24 14:33:44 -07:00 |
Tomasz Janczuk
|
8bc4cc0265
|
add node-inspector files and compile them into iisnode.dll resources
|
2011-10-24 14:29:52 -07:00 |
Tomasz Janczuk
|
3464ec4527
|
reject websocket upgrade requests early with a friendly response
|
2011-10-21 12:34:23 -07:00 |