Граф коммитов

149 Коммитов

Автор SHA1 Сообщение Дата
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
Tomasz Janczuk faba66158c add more etw tracing to response parsing code path 2011-10-20 16:56:19 -07:00
Tomasz Janczuk bd99fb4d33 fix race condition in request context disposal and extraction of activity id from the request context for etw logging 2011-10-20 16:36:20 -07:00
Tomasz Janczuk 3ad714d17a fix race condition between accessing member of request context and its disposal 2011-10-18 19:51:08 -07:00
Tomasz Janczuk 0bc9f9bfd1 fix race condition in request processing that resulted in double-freeing of request context; add more request level etw traces 2011-10-17 20:41:29 -07:00
Tomasz Janczuk c2cf55aefd fix av in etw code on platforms that do not support etw 2011-10-12 09:17:46 -07:00
Tomasz Janczuk 1e93ed702d refactor timer handling to use windows xp compatible apis 2011-10-11 17:17:22 -07:00
Tomasz Janczuk d7c8aa314b add more etw traces for http processing 2011-10-03 07:15:38 +02:00
Tomasz Janczuk 08bcaa746e adding ETW howto to readme 2011-09-29 12:56:24 -07:00
Tomasz Janczuk 3e047b8feb up version number to 0.1.8 2011-09-29 10:17:05 -07:00
Tomasz Janczuk 096867dd67 adding basic etw traces 2011-09-28 17:18:28 -07:00
Tomasz Janczuk aded0cd8fe adding etw automation script to the msi, fixing av caused by calling convetion mimsmatch in calling etw functions 2011-09-28 16:24:24 -07:00
Tomasz Janczuk a95960b2de adding support for etw tracing 2011-09-28 13:35:51 -07:00
Tomasz Janczuk 4a86f3955e Update readme with stable installer links 2011-09-28 09:18:07 -07:00
Tomasz Janczuk 1233a66c63 propagating appSettings from web.config as environment variables to node.exe 2011-09-26 16:43:07 -07:00
Tomasz Janczuk 5861da6d38 setting current directory of node.exe to the location of the running *.js file 2011-09-26 15:02:33 -07:00
Tomasz Janczuk e23c26fe5e msi: add back platform check to 32 bit installer 2011-09-23 15:01:47 -07:00
Tomasz Janczuk 4d0da45300 version 0.1.7 2011-09-23 09:04:29 -07:00