8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-30 19:23:03 +01:00
Commit Graph

39 Commits

Author SHA1 Message Date
robocop
b4a695a031 Misc. 2009-06-08 12:15:19 +00:00
asfernandes
2cafed53f7 Fix AV in trace when UNICODE collation is not found - thanks to Alex 2009-05-27 00:09:52 +00:00
robocop
e5b226f7a7 More unused params; style. 2009-05-02 13:00:09 +00:00
robocop
66b1227b22 Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
robocop
2d7cb94844 Unused params
Some BLR checks
2009-04-28 13:08:04 +00:00
robocop
888000e21e Unused function params. 2009-04-26 10:24:44 +00:00
robocop
1452ca21c1 Misc. 2009-04-15 06:40:17 +00:00
asfernandes
f87989041b Avoid temporary string creation - thanks to Claudio 2009-04-08 00:47:08 +00:00
asfernandes
da1eaae928 1) Improvement CORE-2404 - Match database names using correct INTL and platform rules for trace
2) Small INTL refactoration
2009-04-04 22:38:56 +00:00
asfernandes
f6f364da49 Trim trailling spaces 2009-04-04 16:39:31 +00:00
hvlad
6082b218be Correct processing of escaped backslash when expanding logfile name pattern.
Bit better error message when regexp processing in trace config is failed.
2009-03-26 22:28:21 +00:00
asfernandes
38ac4ab183 Use SIMILAR TO regexp (with sed syntax for replacements) for trace config 2009-03-26 16:33:21 +00:00
hvlad
75e2751c50 Remove code already present in ISC_mutex_init, thanks to Adriano.
Remove some debugging code.
2009-03-13 13:41:08 +00:00
asfernandes
5f74beed6d Misc 2009-03-13 02:43:04 +00:00
asfernandes
a72750038a Do not use namespaces in header files 2009-03-13 02:35:47 +00:00
hvlad
829176bb0e Performance :
1. Replace FileObject by PluginLogWriter
2. Replace stack variable "line" by class member "record" to reduce need of memory re-allocation at every traced event.
2009-03-12 08:23:12 +00:00
hvlad
1c85ea4017 Implement more efficient and simple log writer for trace plugin 2009-03-12 08:16:34 +00:00
asfernandes
edfdc10156 Use regex.h header of our extern/regex, and not the one from a completelly different POSIX system library 2009-02-21 22:09:04 +00:00
asfernandes
517f426392 Misc 2009-02-15 18:05:38 +00:00
robocop
67f9b3b656 Style (approx 100 columns per line as maximum). 2009-02-15 13:53:10 +00:00
robocop
5d92adab7b Let's better avoid the mutex taken forever when system_call_failed::raise is called and let its release be managed automatically. 2009-02-15 13:45:38 +00:00
asfernandes
f0de59cde9 Misc 2009-02-13 21:08:56 +00:00
robocop
67839aae66 Correction. 2009-02-13 08:11:31 +00:00
hvlad
a378308e1f Optimize a bit 2009-02-12 11:13:53 +00:00
hvlad
5dfb53a13d Try to show numeric parameters correctly 2009-02-11 21:48:48 +00:00
hvlad
1c573d9ff2 Misc 2009-02-11 14:02:26 +00:00
hvlad
6983baea22 Pass Firebird's root directory to the trace plugin with initialization info.
Allow to use relative and/or empty filenames as audit log file.
Ensure root directory ends with separator when it is used.
2009-02-11 11:36:49 +00:00
asfernandes
628eb5b557 Misc 2009-02-09 01:43:49 +00:00
robocop
096d8e78e6 Trying to be more consistent in the detection of headers (HAVE_* macros). 2009-02-08 11:38:00 +00:00
robocop
a18dc0519f Misc, style, fixing dangerous warnings, constness, etc. 2009-02-08 11:23:46 +00:00
asfernandes
1f57b387a6 1) Replace usage of GetFileSize (trick error returning) by GetFileSizeEx - Vlad, please review if errors need to be thrown here.
2) Get rid of a numeric overflow
2009-02-05 14:23:59 +00:00
alexpeshkoff
0abb1c8fab AIX port - rem_addr is used in AIX's include files 2009-02-04 07:16:21 +00:00
alexpeshkoff
92c28bf93a make it compile on linux 2009-02-03 11:12:54 +00:00
hvlad
9d54b1a319 Avoid hardcoded numbers when nice named constant exist. 2009-02-02 22:57:05 +00:00
asfernandes
cd6bd290a3 Misc 2009-02-02 13:59:24 +00:00
hvlad
0ac70bed5e Fixed few mistakes in printf formats. Use QUADFORMAT for numbers when applicable. 2009-02-02 09:01:42 +00:00
hvlad
2581247be0 Corrections 2009-02-02 08:21:47 +00:00
asfernandes
612c108e3e Misc 2009-02-02 03:35:52 +00:00
hvlad
130c67bf0f Trace plugin 2009-02-01 22:10:36 +00:00