florian
ceb739fbf5
* improved fillchar for small amounts of data
...
git-svn-id: trunk@17644 -
2011-06-02 20:54:29 +00:00
Jonas Maebe
7173b9dfed
* fixed (harmless) range check errors
...
git-svn-id: trunk@17643 -
2011-06-02 20:07:06 +00:00
florian
b6aa04813e
* improved comparebyte for small data amounts
...
git-svn-id: trunk@17642 -
2011-06-02 20:02:26 +00:00
marco
d8b80d2c23
* patch from mantis #19039 which adds dessetkey
...
git-svn-id: trunk@17634 -
2011-06-02 16:19:52 +00:00
michael
f093210fa7
+ Sample application for HTTPApplication and file server
...
git-svn-id: trunk@17633 -
2011-06-02 15:27:31 +00:00
michael
c41061f1aa
+ Added HTTPApp for standalone webserver and webfilemodule for standalone serving of files
...
git-svn-id: trunk@17632 -
2011-06-02 15:26:04 +00:00
sergei
9608c4eabe
* Interface wrappers must be global when linking smart, Mantis #19462 . Other targets already have this condition in place.
...
git-svn-id: trunk@17631 -
2011-06-02 10:49:28 +00:00
joost
ed2fda6927
* reverted r17627, what was I thinking?!?
...
git-svn-id: trunk@17630 -
2011-06-02 10:47:42 +00:00
joost
45bc3fcae0
* Enabled safecall on x86_64-linux
...
git-svn-id: trunk@17629 -
2011-06-02 10:43:18 +00:00
joost
c31bc92f2e
* Removed old fpmake makefile
...
git-svn-id: trunk@17628 -
2011-06-01 20:58:52 +00:00
joost
8b9b05b661
* Added fcl-web dependency
...
git-svn-id: trunk@17627 -
2011-06-01 20:57:32 +00:00
joost
509ae56bab
* Fixed dependencies after r17625
...
git-svn-id: trunk@17626 -
2011-06-01 20:56:57 +00:00
joost
2a9a48b15d
* Added fcl-web to dependencies of fppkg
...
git-svn-id: trunk@17625 -
2011-06-01 17:55:34 +00:00
tom_at_work
1f023f4b36
* Use new qword_to_float32/64 compilerproc functions in first_int_to_real
...
git-svn-id: trunk@17624 -
2011-06-01 13:27:45 +00:00
tom_at_work
28e5db2df8
+ Add qword_to_float32/64 functions and fixed int64_to_float64 function
...
git-svn-id: trunk@17623 -
2011-06-01 13:19:18 +00:00
pierre
f9e7b364bb
* Added missing PPU flags
...
git-svn-id: trunk@17622 -
2011-06-01 10:28:57 +00:00
tom_at_work
e5fc169e57
* Call fpc_shl/r_qword for qword types for first_shlshr64bitint method
...
git-svn-id: trunk@17620 -
2011-06-01 06:25:00 +00:00
joost
60ee15200b
* Added TWebController.onGetURL property
...
* Made TWebPage.Module public
* Fixed handling ajax-calls of components within containers
* THtmlContentProducer.GetIdentification added
* Ability to reset the iteration-level
git-svn-id: trunk@17615 -
2011-05-31 08:12:47 +00:00
marco
ce8fbf62d4
* patch from anton fixing TFilestream modes. Mantis #19448
...
git-svn-id: trunk@17614 -
2011-05-31 07:41:18 +00:00
michael
f387d6bbaa
* Default no longer uses palette
...
git-svn-id: trunk@17613 -
2011-05-30 21:23:44 +00:00
joost
0fe7c07bbb
* Initialize nil-pointer
...
git-svn-id: trunk@17612 -
2011-05-30 17:45:11 +00:00
joost
e727dcc1a4
* websession.pp doesnt have any resourcestrings
...
git-svn-id: trunk@17611 -
2011-05-30 17:43:26 +00:00
michael
54dbfcdd38
* Made exceptions descendents of EParserError
...
git-svn-id: trunk@17610 -
2011-05-30 07:18:40 +00:00
michael
ecf77c3fa3
* Renamed EJSONScanner to EJSONParser
...
git-svn-id: trunk@17609 -
2011-05-30 07:15:28 +00:00
joost
b057c320da
* Do not fail configfile generation when gcc is not found
...
* Give a nice warning when gcc is not executed properly
git-svn-id: trunk@17606 -
2011-05-29 20:37:25 +00:00
joost
898a4debca
* When using a installed compiler to compile fpmake, do not pass -n to
...
the compiler. Bug #19412 .
git-svn-id: trunk@17605 -
2011-05-29 19:58:21 +00:00
michael
c7d9525a2f
* Applied Patch from Attila Borka (bug 19374)
...
git-svn-id: trunk@17602 -
2011-05-29 09:51:49 +00:00
florian
2005f6869b
* cycling with $R+ fixed
...
git-svn-id: trunk@17600 -
2011-05-28 21:18:35 +00:00
sergei
7c2f9c9677
activex.pp:
...
* Fixed declaration of TDispParams and several related types, Mantis #19437 . The managed Variant type should not be used in this unit.
* Fixed external name of DispInvoke function.
git-svn-id: trunk@17599 -
2011-05-28 14:25:52 +00:00
michael
86ff2a08ba
* Send code 500 in case of exception.
...
git-svn-id: trunk@17597 -
2011-05-28 09:18:49 +00:00
michael
63f6b66d0f
* Do not send headers before setting content, as content-length will be set by setting the content.
...
git-svn-id: trunk@17596 -
2011-05-28 09:17:30 +00:00
michael
0fb7ad5a07
* Check for session in DoneSession, avoids creation of a factory if none is needed.
...
git-svn-id: trunk@17595 -
2011-05-28 09:11:04 +00:00
sergei
e3050439a8
* Reverted r17556 and replaced it with more generic handling of 'rela'-styled relocations. Resolves #19416 .
...
+ Test case added to existing test/ulib2a.pp.
git-svn-id: trunk@17580 -
2011-05-27 18:19:08 +00:00
michael
954293f30b
* Added transcode event
...
git-svn-id: trunk@17571 -
2011-05-27 11:39:44 +00:00
michael
9e43613e88
* Removed HTTP 1.3 and 2.0 from build sequence
...
git-svn-id: trunk@17570 -
2011-05-27 11:29:17 +00:00
michael
6975d01d73
* Fixed linux compilation
...
git-svn-id: trunk@17569 -
2011-05-27 11:07:50 +00:00
michael
e06adfc73b
+ Implemented named pipe communication for windows.
...
git-svn-id: trunk@17568 -
2011-05-27 11:01:08 +00:00
sergei
d5a221f6e8
* Forgot to set proper compilation options
...
git-svn-id: trunk@17566 -
2011-05-26 22:24:39 +00:00
Tomas Hajny
5e3ebfab4d
* real implementation for FileCreate with ShareMode (plus fix for ShareMode in FileOpen)
...
git-svn-id: trunk@17565 -
2011-05-26 21:19:20 +00:00
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