Tomas Hajny
cbe040bcc7
* more complete/safer checking of sharing mode values allowed by OS/2
...
git-svn-id: trunk@17564 -
2011-05-26 21:11:09 +00:00
Tomas Hajny
39312473cb
* real implementation for FileCreate with ShareMode
...
git-svn-id: trunk@17563 -
2011-05-26 20:37:43 +00:00
marco
2dbdaa4b81
* fixed highbound xmmregisters. Mantis #19426
...
git-svn-id: trunk@17562 -
2011-05-26 18:13:07 +00:00
sergei
5bda700410
* External assemblers: moved some common code into the base class, 4 copies reduced to one.
...
git-svn-id: trunk@17561 -
2011-05-26 13:10:49 +00:00
michael
fd491e8647
* Fixed permissions on file create
...
git-svn-id: trunk@17560 -
2011-05-26 07:02:42 +00:00
michael
452297b013
* Fixed IConnectionPoint definition (bug id 19410)
...
git-svn-id: trunk@17559 -
2011-05-25 21:30:06 +00:00
michael
97012c377f
* Removed debug define, removed stray flush() statement
...
git-svn-id: trunk@17557 -
2011-05-25 19:42:50 +00:00
sergei
9c27a802a0
* When relocating local symbols on x86_64, put symbol address into addend field of the relocation, resolves #13671 .
...
+ test
git-svn-id: trunk@17556 -
2011-05-25 16:18:04 +00:00
michael
4fc4154293
* Commented out etDebug log request
...
git-svn-id: trunk@17555 -
2011-05-25 16:14:05 +00:00
michael
cda78c6360
* Fixed use of Executable property
...
git-svn-id: trunk@17551 -
2011-05-25 08:55:16 +00:00
marco
c1498aade1
* Patch from Anton fixing several constant expressions mantis 19409
...
git-svn-id: trunk@17550 -
2011-05-24 20:12:09 +00:00
michael
9d580533d9
* Fixed compile error in FileCreate
...
git-svn-id: trunk@17549 -
2011-05-24 07:10:33 +00:00
michael
a201f07420
* Added share mode argument to FileCreate call
...
git-svn-id: trunk@17548 -
2011-05-23 21:11:07 +00:00
sergei
d89aeeadaf
x86 assembler:
...
* Adjust rip-relative offsets using values known from calcsize, instead of reinterpreting the tail of instruction. This is simpler and remains the same regardless of particular codes used in opcode table.
* Reduced maxinfolen to 8.
- 'jmp imm64' and 64-bit versions of 'in' do not exist, removed.
git-svn-id: trunk@17546 -
2011-05-23 20:43:50 +00:00
michael
cbcece1ae6
* Patch from Dmitry Boyarintsev to support empty statements
...
git-svn-id: trunk@17545 -
2011-05-23 20:36:53 +00:00
michael
a7b281b132
* Some extra security when getting request variables from Apache (19397)
...
git-svn-id: trunk@17544 -
2011-05-23 20:06:48 +00:00
marco
3d86949990
* use new expression store for rvalue of constant declarations. Patch by Anton, Mantis 19403
...
git-svn-id: trunk@17543 -
2011-05-23 20:01:59 +00:00
michael
6c6cf834b8
* Fixed missing initialization of webhandler
...
git-svn-id: trunk@17533 -
2011-05-23 18:50:38 +00:00
michael
c334ad1f8b
* Fix bug in ReadContent
...
git-svn-id: trunk@17532 -
2011-05-23 16:47:11 +00:00
michael
4d572aa08d
* Added TEventTypes set
...
git-svn-id: trunk@17531 -
2011-05-23 12:33:28 +00:00
michael
d7dbe6f778
* Log event no longer virtual, descendents must override DoLog
...
Filtering is applied in Log in CustApp.
git-svn-id: trunk@17530 -
2011-05-23 12:01:22 +00:00
michael
a6e8ae39d2
* Filter on events
...
git-svn-id: trunk@17529 -
2011-05-23 11:51:44 +00:00
michael
38a7be5cca
* Fixed error (AV) in StartService()
...
git-svn-id: trunk@17528 -
2011-05-23 09:10:53 +00:00
michael
9484151c28
* Added Content fields dump
...
git-svn-id: trunk@17527 -
2011-05-22 16:01:01 +00:00
michael
78cd2eb692
* Fixed bugs in reading of content from browser. (WST server now works)
...
git-svn-id: trunk@17526 -
2011-05-22 16:00:32 +00:00
michael
af08cb1cb3
* Added cookie support (needed for WST)
...
git-svn-id: trunk@17525 -
2011-05-22 15:59:57 +00:00
michael
73143a53e2
* Fixed resolver: resturn addresses always in correct order, no matter whether they come from net or hosts file
...
git-svn-id: trunk@17524 -
2011-05-22 13:38:00 +00:00
marco
b8ff20aed7
* Make length a qword, bug #19366
...
git-svn-id: trunk@17523 -
2011-05-22 13:08:33 +00:00
florian
bf32e47132
* hopefully fixes broken sparc-solaris building due to r17459
...
git-svn-id: trunk@17522 -
2011-05-22 08:17:03 +00:00
michael
4e43569885
* Post form/file examples
...
git-svn-id: trunk@17521 -
2011-05-21 10:03:53 +00:00
michael
1ef58e168d
* Added sending of files and form posts
...
git-svn-id: trunk@17520 -
2011-05-21 10:01:47 +00:00
michael
a8986b3138
* Fixed compilation
...
git-svn-id: trunk@17519 -
2011-05-21 08:52:35 +00:00
florian
fd660355de
* patch by Anton Shepelev to pass eofs in tprocess to the parent process, resolves #19325
...
git-svn-id: trunk@17518 -
2011-05-20 20:52:37 +00:00
marco
32d12843d3
* Patch from Anton fixing complex const expressions. Mantis 19372
...
git-svn-id: trunk@17517 -
2011-05-20 20:41:13 +00:00
florian
16b47d4e07
* patch by Nikolay Nikolov to use a hardware block cursor on the
...
linux console, resolves #19259
git-svn-id: trunk@17516 -
2011-05-20 20:39:43 +00:00
sergei
504e0c6816
x86 assembler fixes:
...
* mkx86ins.pp: 'regmem' operand type in x86ins.dat must be converted to OT_RM_GPR, not OT_REGMEM. The latter does not restrict register type, allowing to use e.g. xmm registers in place of regular ones.
* Finished 'movd' and 'movq', added some tests for them to tasm2.pp.
git-svn-id: trunk@17515 -
2011-05-20 20:39:35 +00:00
marco
cf57b81561
* add mysql51 to MySqlTypes
...
git-svn-id: trunk@17514 -
2011-05-20 20:15:21 +00:00
florian
bea390aeac
* fixes issues of mmsystem mentioned in #19385 as well as some more
...
git-svn-id: trunk@17513 -
2011-05-20 20:04:40 +00:00
florian
d19d8de8fe
* packed column writing/reading for token recorder, reduces size of fgl.ppu by approx. 10%
...
git-svn-id: trunk@17512 -
2011-05-20 17:43:11 +00:00
michael
120d9a7a4a
* Added LingerTimeOut. If >0 then socket option linger is set.
...
(needed for fastcgi under Windows 2003 server)
git-svn-id: trunk@17511 -
2011-05-20 13:38:48 +00:00
michael
79bbc2291f
* Expose log event handler in webhandler
...
git-svn-id: trunk@17510 -
2011-05-20 13:37:53 +00:00
florian
e29d8df95c
* updated ppudump for latest ppu format changes
...
git-svn-id: trunk@17509 -
2011-05-19 20:32:39 +00:00
florian
7d9c4a97ce
+ compression of tokens in token recorder
...
git-svn-id: trunk@17508 -
2011-05-19 20:32:19 +00:00
sergei
08ff5ff051
* x86 Intel assembler reader: disallow more than one register name per register operand, resolves #15672 .
...
git-svn-id: trunk@17507 -
2011-05-19 20:00:15 +00:00
florian
41c18adaf4
* patch by Sven Barth, handle idtoken correctly in the token recorder, resolves #19277
...
git-svn-id: trunk@17506 -
2011-05-19 19:31:08 +00:00
michael
d5e6d79b06
* Logging in request
...
git-svn-id: trunk@17505 -
2011-05-19 14:22:40 +00:00
michael
96dedbdd4d
* Allow logging in TWebHandler
...
* Better construction of TLogEVent
git-svn-id: trunk@17504 -
2011-05-19 14:22:05 +00:00
michael
3ea608a6f4
* Ensure backwards compatibility
...
git-svn-id: trunk@17503 -
2011-05-19 14:20:06 +00:00
michael
1274fb68bf
* Do not send content twice
...
git-svn-id: trunk@17502 -
2011-05-19 14:19:47 +00:00
michael
803d6e2b29
* Include path ordering is wrong, causing file logging on windows
...
git-svn-id: trunk@17501 -
2011-05-19 14:19:08 +00:00