Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch bb-10.2-release into bb-10.3-release | Nikita Malyavin | 2021-05-04 | 19 | -298/+505 |
|\ | |||||
| * | Connect: remove Mongo dependencies | Nikita Malyavin | 2021-05-03 | 3 | -10/+0 |
| * | Typo modified: CMakeLists.txt | Olivier Bertrand | 2021-04-09 | 1 | -1/+1 |
| * | Remove add_jar modified: CMakeLists.txt | Olivier Bertrand | 2021-04-09 | 1 | -2/+1 |
| * | Fix add_jar modified: CMakeLists.txt | Olivier Bertrand | 2021-04-09 | 1 | -0/+2 |
| * | Fix install modified: CMakeLists.txt | Olivier Bertrand | 2021-04-09 | 1 | -3/+5 |
| * | typo tabrest.cpp | Olivier Bertrand | 2021-04-08 | 1 | -1/+1 |
| * | tabrest.cpp | Olivier Bertrand | 2021-04-08 | 1 | -63/+8 |
| * | tabrest.cpp | Olivier Bertrand | 2021-04-08 | 1 | -1/+4 |
| * | tabrest.cpp | Olivier Bertrand | 2021-04-08 | 1 | -1/+1 |
| * | try to fix tabrest.cpp compile error | Olivier Bertrand | 2021-04-08 | 1 | -1/+1 |
| * | - Fix Linux compile errors | Olivier Bertrand | 2021-04-08 | 2 | -23/+17 |
| * | Test tabrest.cpp fix | Olivier Bertrand | 2021-04-08 | 1 | -2/+1 |
| * | Commit last pull from origin | Olivier Bertrand | 2021-04-06 | 9 | -48/+51 |
| |\ | |||||
| * | | - Fix(?) Linux compile errors | Olivier Bertrand | 2021-04-06 | 3 | -15/+20 |
| * | | - Fix crash when not specifying the collection for MongoDB | Olivier Bertrand | 2021-04-05 | 2 | -1/+7 |
| * | | - Copy Mongo2.jar and Mongo3.jar in plugin directory | Olivier Bertrand | 2021-04-05 | 8 | -47/+161 |
| * | | - Fix bug making REST table fail using CURL | Olivier Bertrand | 2021-03-16 | 7 | -61/+87 |
| * | | - Add new JPATH features | Olivier Bertrand | 2021-02-16 | 10 | -122/+230 |
| * | | Fix bson_object_grp inverted args. Modified: storage/connect/bsonudf.cpp and ... | Olivier Bertrand | 2021-02-05 | 2 | -7/+7 |
| * | | - Fix bug causing bnx base wrong after CheckMemory | Olivier Bertrand | 2021-02-05 | 3 | -3/+18 |
* | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2021-02-05 | 14 | -306/+500 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix connect engine ppc64 fail | Olivier Bertrand | 2021-02-05 | 2 | -7/+7 |
| * | | Fix of connect engine crashes | Olivier Bertrand | 2021-02-05 | 1 | -0/+2 |
| * | | Fix of crashes of connect engine. | Oleksandr Byelkin | 2021-02-05 | 3 | -24/+24 |
| * | | Fix of random crashes of connect engine (probably depend on addresses used)- | Oleksandr Byelkin | 2021-02-05 | 1 | -1/+1 |
| * | | Fix compiler warnings of the new connect engine. | Oleksandr Byelkin | 2021-02-05 | 1 | -0/+1 |
| * | | Revert "Fix of warnings on aarch64 like:" | Oleksandr Byelkin | 2021-02-02 | 2 | -5/+5 |
| * | | Merge remote-tracking branch 'connect/10.2' into 10.2 | Oleksandr Byelkin | 2021-02-02 | 13 | -269/+460 |
| |\ \ | | |/ | |||||
| | * | Fix failed test bson and xml | Olivier Bertrand | 2021-02-02 | 1 | -1/+7 |
| | * | Fix failed test bson and xml | Olivier Bertrand | 2021-01-30 | 3 | -4/+2 |
| | * | Update bson_get_item modified: bsonudf.cpp | Olivier Bertrand | 2021-01-29 | 1 | -9/+8 |
| | * | Fix decimal problems in bson udf's | Olivier Bertrand | 2021-01-28 | 4 | -138/+116 |
| | * | - Continue BSON development | Olivier Bertrand | 2021-01-28 | 13 | -131/+341 |
* | | | CONNECT: compiler warnings | Sergei Golubchik | 2021-02-01 | 6 | -13/+23 |
* | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-01 | 95 | -2184/+18360 |
|\ \ \ | |/ / | |||||
| * | | fix of warning on windows | Oleksandr Byelkin | 2021-01-29 | 2 | -2/+2 |
| * | | Fix of warnings on aarch64 like: | Oleksandr Byelkin | 2021-01-29 | 2 | -5/+5 |
| * | | fix warnings returned by gcc v10.0 | Oleksandr Byelkin | 2021-01-29 | 5 | -9/+12 |
| * | | Merge remote-tracking branch 'connect/10.2' 10.2 | Oleksandr Byelkin | 2021-01-29 | 94 | -2184/+18357 |
| |\ \ | | |/ | |||||
| | * | Fix some Json and Bson bugs | Olivier Bertrand | 2021-01-20 | 4 | -6/+29 |
| | * | Fix failed test | Olivier Bertrand | 2021-01-13 | 2 | -0/+4 |
| | * | Fix failed test | Olivier Bertrand | 2021-01-12 | 2 | -4/+0 |
| | * | - Remove static linkage to cpprestsdk when it is installed | Olivier Bertrand | 2021-01-12 | 9 | -72/+1327 |
| | * | Re-include BSON into CMakeLists.txt | Olivier Bertrand | 2021-01-10 | 1 | -0/+13 |
| | * | Remove changes to CMakeLists.txt that cause compile error | Olivier Bertrand | 2021-01-10 | 1 | -25/+6 |
| | * | - add the test on REST | Olivier Bertrand | 2021-01-10 | 4 | -7/+66 |
| | * | - Add the new BSON temporary type for testing | Olivier Bertrand | 2021-01-08 | 21 | -425/+4226 |
| | * | - Fix jfile_convert crash on error. modified: jsonudf.cpp (plus BSON UDF's) | Olivier Bertrand | 2020-12-31 | 6 | -152/+2861 |
| | * | - Continue BSON implementation + fix create modified ha_connect.cc | Olivier Bertrand | 2020-12-26 | 5 | -125/+132 |