-
Notifications
You must be signed in to change notification settings - Fork 858
Feature/escape unicode control chars #14805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4bfa630
Added parser for retaining or escaping control and unicode characters…
cpjulia 600deca
Merge branch 'devel' of https://github.com/arangodb/arangodb into fea…
cpjulia feb58b7
Added unicode escaping for 4 bytes representation, parsing for broken…
cpjulia 616265e
Merge branch 'devel' of https://github.com/arangodb/arangodb into fea…
cpjulia f48f87a
Added more tests
cpjulia 4cc1e64
Removed unused functions, updated CHANGELOG, removed unused include i…
cpjulia 2448e9c
Resolved CHANGELOG conflict from merge with devel
cpjulia 3c29365
Update tests/Logger/EscaperTest.cpp
cpjulia bfa05eb
Update lib/Logger/LoggerFeature.cpp
cpjulia 0ca0d25
Update lib/Logger/LoggerFeature.h
cpjulia 39f97e1
Update lib/Logger/Escaper.h
cpjulia 7a3480f
Update lib/Logger/Escaper.cpp
cpjulia 963921b
Update CHANGELOG
cpjulia 015a188
Update CHANGELOG
cpjulia a007926
Update CHANGELOG
cpjulia 2f8f3a2
Updated CHANGELOG
cpjulia 3067a5a
Added more tests, updated CHANGELOG
cpjulia 482e186
Update tests/Logger/EscaperTest.cpp
cpjulia 0ea373f
Update tests/Logger/EscaperTest.cpp
cpjulia c9ad897
Update CHANGELOG
cpjulia 832f569
Update CHANGELOG
cpjulia 7950a3f
Update CHANGELOG
cpjulia 7818ca2
Merge branch 'devel' of github.com:arangodb/arangodb into feature/esc…
jsteemann a3d9738
Merge branch 'devel' into feature/escape-unicode-control-chars
cpjulia d9385b1
Merge branch 'devel' of https://github.com/arangodb/arangodb into fea…
cpjulia 432a737
Merge branch 'feature/escape-unicode-control-chars' of https://github…
cpjulia 92f3cbf
Merge branch 'devel' into feature/escape-unicode-control-chars
mchacki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed unused functions, updated CHANGELOG, removed unused include i…
…n unit test
- Loading branch information
commit 4cc1e64ff62b3d74b1975452ee48b74962d5ca39
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ | |
|
||
#include "Logger/Escaper.h" | ||
|
||
#include "Logger/LogMacros.h" | ||
|
||
#include <string.h> | ||
#include <string> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.