Thomas Gelf
|
b6464c5d83
|
Livestatus\Connection: one more comment
|
2014-11-16 18:43:11 +01:00 |
Thomas Gelf
|
0ff9d57504
|
Livestatus\Connection: just a comment
|
2014-11-16 18:37:01 +01:00 |
Thomas Gelf
|
d368df8211
|
Livestatus\Connection: check resource on disconnect
|
2014-11-16 18:01:07 +01:00 |
Thomas Gelf
|
2c7373f385
|
Livestatus\Connection: benchmark, comments
|
2014-11-16 17:59:56 +01:00 |
Thomas Gelf
|
140b246974
|
Livestatus\Connection: remove obsolete constant
TCPNODELAY is available in PHP >= 5.3
|
2014-11-16 17:58:56 +01:00 |
Thomas Gelf
|
7b6b9b8574
|
LivestatusConnection: separator constant
|
2014-11-16 16:27:21 +01:00 |
Thomas Gelf
|
e0143bf572
|
Livestatus\Connection: add missing use statements
|
2014-11-16 16:26:28 +01:00 |
Thomas Gelf
|
fd55ffe47e
|
Livestatus\Connection: switch to new fetch methods
|
2014-11-16 16:25:47 +01:00 |
Thomas Gelf
|
17c8453c1c
|
Livestatus\Connection: line splitting implementation
Will need some more work to get SplFixedArray handling safe
|
2014-11-16 16:02:50 +01:00 |
Thomas Gelf
|
e1cdd30c93
|
Livestatus\Connection: fetch row from socket...
...basically just calling readLine, but splitting columns
|
2014-11-16 16:00:03 +01:00 |
Thomas Gelf
|
e755b37af3
|
Livestatus\Connection: discover column headers...
...in case the query doesn't know about
|
2014-11-16 15:56:58 +01:00 |
Thomas Gelf
|
8ec8c153dd
|
Livestatus\Connection: implement readLineFromSocket
We want to stream data in the near future, so reading line by line is
essential
|
2014-11-16 15:55:53 +01:00 |
Thomas Gelf
|
a027efc9e7
|
Livestatus\Connection: make use of socketError
|
2014-11-16 15:55:20 +01:00 |
Thomas Gelf
|
d66c95a725
|
Livestatus\Connection: implement socketError method
|
2014-11-16 15:54:32 +01:00 |
Thomas Gelf
|
be8120bd39
|
Livestatus\Connection: document hardcoded count
|
2014-11-16 15:53:19 +01:00 |
Thomas Gelf
|
d6b9f56a2c
|
Livestatus\Connection: throw "better" exceptions
Removed outdated method
|
2014-11-16 15:51:26 +01:00 |
Thomas Gelf
|
510e1e66d6
|
Livestatus\Connection: add fetchRow / fetchPairs
Temporary ugly and slow implementation
|
2014-11-16 15:33:17 +01:00 |
Thomas Gelf
|
1b8449009c
|
Livestatus\Connection: temporarily hardcode count
|
2014-11-16 15:20:12 +01:00 |
Alexander Klimov
|
45638b218c
|
Throw IcingaException rather than Exception
fixes #7014
|
2014-08-27 16:03:15 +02:00 |
Johannes Meyer
|
3105c2059e
|
Remove license headers from all files
refs #6309
|
2014-07-15 13:43:52 +02:00 |
Johannes Meyer
|
21b949758f
|
Refactor ResourceForm tests
refs #6011
|
2014-04-28 14:06:38 +02:00 |
Markus Frosch
|
971a87c608
|
Fixed executable flags on normal files.
Refs #5040
|
2014-02-18 09:42:13 +01:00 |
Eric Lippmann
|
35fd9fd391
|
CS: Remove whitespaces at end of line
find application/ library/ test/ modules/ -name *.php | xargs sed -i 's/\s\+$//'
|
2013-09-04 18:27:16 +02:00 |
Eric Lippmann
|
be3193a0d7
|
Update LDAP and Livestatus protocol
|
2013-07-12 13:41:48 +02:00 |
Jannis Moßhammer
|
54ccb9b12a
|
Move libraries from incubator to working tree for evaluation
Add all untested files from incubator's library/Icinga to working
tree library/Icinga
refs #4257
|
2013-06-07 15:46:33 +02:00 |