2009-11-02 |
Sjoerd Mullender |
Protect against realloc failure in bstreams.
Aug2009
|
2009-11-02 |
Martin Kersten |
Use proper stream file. Avoid filling the mero log when waiting.
|
2009-11-02 |
Martin Kersten |
Restructured the protocol to let master explicitly connect to slave
|
2009-11-01 |
Stefan Manegold |
propagated
Nov2009
|
2009-10-31 |
Martin Kersten |
We better protect the optimizer global structures against concurrent
Nov2009
|
2009-10-31 |
Martin Kersten |
Checking the stripping of escapes during recursive calls.
Nov2009
|
2009-10-31 |
Martin Kersten |
More simplications and protection.
Nov2009
|
2009-10-31 |
Martin Kersten |
Harderning the code.
Nov2009
|
2009-10-31 |
Martin Kersten |
More code hardening and cleanup
Nov2009
|
2009-10-31 |
Fabian Groffen |
properly indent
Nov2009
|
2009-10-31 |
Martin Kersten |
Hardening the code.
Nov2009
|
2009-10-31 |
Martin Kersten |
Code hardening. GDKfatal calls replaced by soft reaction.
Nov2009
|
2009-10-31 |
Martin Kersten |
Another GDKfatal call removed.
Nov2009
|
2009-10-31 |
Martin Kersten |
Removal of the GDKfatal calls. Statistics is not used (AFAK). A next
Nov2009
|
2009-10-31 |
Stefan Manegold |
propagated changes of Friday Oct 30 2009 - Saturday Oct 31 2009
|
2009-10-30 |
Martin Kersten |
More hardening code.
Nov2009
|
2009-10-30 |
Martin Kersten |
More code hardening.
Nov2009
|
2009-10-30 |
Martin Kersten |
Approval after profiler changes
Nov2009
|
2009-10-30 |
Stefan Manegold |
propagated changes of Friday Oct 30 2009
|
2009-10-30 |
Martin Kersten |
A round of code hardening.
Nov2009
|
2009-10-30 |
Stefan Manegold |
propagated changes of Friday Oct 30 2009
|
2009-10-30 |
Stefan Manegold |
propagated changes of Friday Oct 30 2009
Nov2009
|
2009-10-30 |
Stefan Manegold |
Hardening the most recent hardening:
Nov2009
|
2009-10-30 |
Sjoerd Mullender |
Hardening: deal with failing realloc in buffer streams.
Aug2009
|
2009-10-30 |
Sjoerd Mullender |
Added some asserts to help find instances where we're trying to read
Aug2009
|
2009-10-30 |
Sjoerd Mullender |
Hardening: don't ignore malloc failures.
Aug2009
|
2009-10-30 |
Sjoerd Mullender |
If we can't allocate the temporary heap descriptor, don't just save
Aug2009
|
2009-10-30 |
Sjoerd Mullender |
If we can't allocate both needed structures/buffers, don't allocate anything.
Aug2009
|
2009-10-30 |
Sjoerd Mullender |
Post-release version number update.
Aug2009
|
2009-10-30 |
Sjoerd Mullender |
Post-release version number update.
Aug2009_NFI
|
2009-10-30 |
Sjoerd Mullender |
propagated changes of Friday Oct 30 2009
|
2009-10-30 |
Sjoerd Mullender |
propagated changes of Thursday Oct 29 2009 - Friday Oct 30 2009
|
2009-10-30 |
Sjoerd Mullender |
propagated changes of Thursday Oct 29 2009 - Friday Oct 30 2009
Nov2009
|
2009-10-30 |
Sjoerd Mullender |
propagated changes of Friday Oct 30 2009
Nov2009
|
2009-10-30 |
Fabian Groffen |
give PLAN a nice header, such that we can lift the interactive (mclient) restriction
Nov2009
|
2009-10-30 |
Sjoerd Mullender |
Hardening: we must check all GDKmalloc calls.
Aug2009
|
2009-10-30 |
Martin Kersten |
Hardening the code against failing GDKmalloc
Nov2009
|
2009-10-30 |
Martin Kersten |
Hardening the code by testing on the result of GDKmalloc
Nov2009
|
2009-10-29 |
Romulo Gon?alves |
Remove all the mal statements because they are defined in the datacyclotron module.
|
2009-10-29 |
Sjoerd Mullender |
Avoid potential problem in case HOME is not set.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
For certain types of CSV files, quotes which are used to surround
Nov2009
|
2009-10-29 |
Sjoerd Mullender |
Simplify code.
Nov2009
|
2009-10-29 |
Sjoerd Mullender |
Deal with LF (\n) in values: always break the display in multiple
Nov2009
|
2009-10-29 |
Sjoerd Mullender |
- Reformat a bit for 80 columns.
Nov2009
|
2009-10-29 |
Romulo Gon?alves |
Do not include datacyclotron because datacyclotron is not available for testing and so on.
|
2009-10-29 |
Romulo Gon?alves |
The datacyclotron optimizer should be before the merge_table optimizer.
|
2009-10-29 |
Romulo Gon?alves |
Add property variables and the mat statement for the merge_table optimizer.
|
2009-10-29 |
Romulo Gon?alves |
Add copy for the datacyclotron
|
2009-10-29 |
Sjoerd Mullender |
strlen("") equals 0. We don't need strlen for that.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
If pl->stk can be NULL on line <n>, it can also be NULL on line <n>-1.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
memProfileVector is not used outside this file, so make it static.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
Don't unfix when pointer is NULL.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
Hardening: we must check all GDKmalloc calls. (This is just a start.)
Aug2009
|
2009-10-29 |
Fabian Groffen |
respect case insensitivity for direct like expressions that don't have any wildcards, fixes one issue from bug #2879008
Aug2009
|
2009-10-29 |
Fabian Groffen |
also install mapi2.py such that we can run tests on Python 2.x platforms too ;)
Nov2009
|
2009-10-29 |
Sjoerd Mullender |
Add assertion to help Coverity.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
Be consistent: if you check for NULL in one place, you need to do it everywhere.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
Hardening code: check for failing call.
Aug2009
|
2009-10-29 |
Sjoerd Mullender |
propagated changes of Monday Oct 26 2009 - Thursday Oct 29 2009
M5XQ
|
2009-10-29 |
Sjoerd Mullender |
propagated changes of Tuesday Oct 27 2009 - Thursday Oct 29 2009
|