Sign in
fuchsia
/
third_party
/
expat
/
HEAD
4101822
[build] Suppress -Wunused-but-set-var in expat
by Gulfem Savrun Yeniceri
· 2 years, 3 months ago
main
master
b09793d
[config] Suppress implicit fallthrough
by Tamir Duberstein
· 2 years, 5 months ago
a021685
[Wconversion] Suppress warnings
by Shai Barack
· 3 years ago
0261fe8
[Wconversion] Suppress warnings
by Shai Barack
· 3 years, 1 month ago
66a4adc
Update README.fuchsia
by Petr Hosek
· 5 years ago
6264e8a
Update README.fuchsia
by Damien Miller
· 5 years ago
0d6a5f2
Added BUILD.gn
by Forrest Reiling
· 7 years ago
fbc46fa
Move release date to 2016-06-21
by Sebastian Pipping
· 7 years ago
R_2_2_0
0672d84
Fixed versioning comment.
by Karl Waclawek
· 7 years ago
eb0fd8b
CMakeLists.txt: Exclude soversion config on Windows
by Sebastian Pipping
· 7 years ago
87b38b7
Handle XML_ParserCreate* NULL return
by Sebastian Pipping
· 7 years ago
1d4bc08
Fix infinite loop
by Sebastian Pipping
· 7 years ago
5a5b157
doc/xmlwf.1: Migrate from SGML to XML
by Sebastian Pipping
· 7 years ago
80cd16c
Extend .gitignore
by Sebastian Pipping
· 7 years ago
a0eaef2
Set version 2.2.0/2016-06-18 where missing
by Sebastian Pipping
· 7 years ago
df32451
htdocs/index.html: Fix some HTML issues
by Sebastian Pipping
· 7 years ago
3e9b680
htdocs/index.html: Sync HTML change log
by Sebastian Pipping
· 7 years ago
9751416
Changes: Adjust case
by Sebastian Pipping
· 7 years ago
76f5dc2
Upgraded setup files for Win32.
by Karl Waclawek
· 7 years ago
309ad17
Added Visual Studio 2013 solution/project files. Will also work in Visual Studio 2015 if VS 2013 is installed. Otherwise, open a "Visual Studio 2015 Developer Command Prompt" and execute "devenv.exe /upgrade expat.sln" in the expat directory to upgrade the main solution and project files (Tests have their own solutions).
by Karl Waclawek
· 7 years ago
d627982
Address VS2010 compile warning
by Sebastian Pipping
· 7 years ago
92da19f
Resolve COMPILING_FOR_WINDOWS (ex COMPILED_FROM_DSP) in favor of WIN32
by Sebastian Pipping
· 7 years ago
d4123b8
Fix MSVC compiler warning
by tbeu
· 7 years ago
5b24ad2
qa.sh: "set -e" inside "|| exit 1"-ed subshell did not have any effect
by Sebastian Pipping
· 7 years ago
da4d6f9
Update copyright year
by tbeu
· 7 years ago
e1b1cf9
Fix typos
by tbeu
· 7 years ago
2b9cb7f
Bump soversion, skipped one for 2.1.1
by Sebastian Pipping
· 7 years ago
b364f44
CMake: Create .so.1 symlink, too
by Sebastian Pipping
· 7 years ago
5cfcdc3
Have CMake call "$(MAKE) -C doc xmlwf.1"
by Sebastian Pipping
· 7 years ago
e33d37c
doc/Makefile: Do not leave nullbyte XMLWF.1 on error
by Sebastian Pipping
· 7 years ago
3f7f01e
Extend change log
by Sebastian Pipping
· 7 years ago
17be9de
Ensure that unistd.h is included on Linux
by Sebastian Pipping
· 7 years ago
f00e1d7
Handle lack of __func__ with ISO C90
by Sebastian Pipping
· 7 years ago
43718a3
Improve autotools-related entries in upcoming release changes
by Sebastian Pipping
· 7 years ago
07cc2fc
Mention recently assigned CVEs CVE-2012-6702 and CVE-2016-5300 in plaintext change log
by Sebastian Pipping
· 7 years ago
56e62f1
Sync plaintext changelog; HTML left to do
by Sebastian Pipping
· 7 years ago
f32e06f
qa.sh: Merge callgraphs into one
by Sebastian Pipping
· 7 years ago
a01b100
qa.sh: Add egypt support (callgraphs)
by Sebastian Pipping
· 7 years ago
0b51c25
Sync .gitignore
by Sebastian Pipping
· 7 years ago
4363739
CMake: Add soversion, support -DNO_SONAME=yes to bypass (issue #536)
by Sebastian Pipping
· 7 years ago
293dc5f
Merge branch 'minbpc'
by Sebastian Pipping
· 7 years ago
7101c85
Extract macros from end-of-input checking
by Sebastian Pipping
· 7 years ago
687edcb
Take into account that CHAR_MATCHES may read >1 bytes
by Sebastian Pipping
· 7 years ago
3014589
Take into account that BYTE_TYPE may read >1 bytes
by Sebastian Pipping
· 7 years ago
93acfa0
qa.sh: Add ncc/nccnav support
by Sebastian Pipping
· 7 years ago
5a91217
qa.sh: Polish and make more flexible
by Sebastian Pipping
· 7 years ago
a12e78c
Fix uninitialized read of size 1 in little2_updatePosition
by Sebastian Pipping
· 7 years ago
4813526
Merge branch 'improve-partial-utf8-handling'
by Sebastian Pipping
· 7 years ago
550eb6b
Fix UTF-8 auto alignment
by Sebastian Pipping
· 7 years ago
be917d9
Cover UTF-8 limit correction; some tests fail
by Sebastian Pipping
· 7 years ago
525be92
Extract function align_limit_to_full_utf8_characters
by Sebastian Pipping
· 7 years ago
be4b1c0
Merge branch 'cve-2016-0718-fix-2-2-1'
by Sebastian Pipping
· 7 years ago
a1bc009
Do not compare an out-of-bounds pointer. See https://lwn.net/Articles/278137/
by Pascal Cuoq
· 7 years ago
5c9cc0e
Avoid undefined behavior when computing larger blockSize. The compiler might reason that (end - start)*2 is negative only if (end - start) is negative, see https://godbolt.org/g/wVEoTM
by Pascal Cuoq
· 7 years ago
f0bec73
Avoid relying on undefined behavior in CVE-2015-1283 fix. It does not really work: https://godbolt.org/g/Zl8gdF
by Pascal Cuoq
· 7 years ago
a238d7e
Makefile.in: Extend target "qa"
by Sebastian Pipping
· 7 years ago
2106ee4
Fix left shift signed overflow
by Sebastian Pipping
· 7 years ago
4ae8aed
Makefile.in: Respect CXXFLAGS if given
by Sebastian Pipping
· 7 years ago
d10262c
Added suffix "d" to lib/dll to differentiate Debug from Release output so they don't overwrite each other.
by Björn Lindahl
· 7 years ago
1eaf75a
Never hide official symbols (for -fvisibility=hidden)
by Sebastian Pipping
· 7 years ago
a4c383b
Annotate memory allocators for GCC
by Cristian Rodríguez
· 7 years ago
69746f5
Address all "unused parameter" warnings
by Sebastian Pipping
· 7 years ago
e1196d2
doc/Makefile: Resolve use of "$<" for bmake
by Sebastian Pipping
· 7 years ago
7784282
Do not use GNU make extension
by Ryo ONODERA
· 7 years ago
99e0a5c
Fix "make install" for Git clone
by Sebastian Pipping
· 7 years ago
9eb0c71
Makefile: Add target "qa"
by Sebastian Pipping
· 7 years ago
e375ac8
Complete XmlConvert return value handling
by Sebastian Pipping
· 7 years ago
9ff1d64
Do not grow pool to out-of-memory for incomplete input
by Sebastian Pipping
· 7 years ago
a9b80b4
Make converters tell state on termination (v3)
by Sebastian Pipping
· 7 years ago
e18829b
Prevent out-of-bounds access in text conversion
by Sebastian Pipping
· 7 years ago
2cac066
Fix two integer overflows
by Gustavo Grieco
· 7 years ago
bb1fd81
Fix overflow (v2)
by Karl Waclawek
· 7 years ago
379213c
Have "make run-xmltest" report on expected output
by Sebastian Pipping
· 7 years ago
aed54a0
Fix "make run-xmltest" more
by Sebastian Pipping
· 7 years ago
2b289b1
Fix "make run-xmltest"
by Sebastian Pipping
· 7 years ago
023ed44
Tests: Cover CDATA sections
by Sebastian Pipping
· 8 years ago
d839aec
Tests: Parse XML one byte at a time
by Sebastian Pipping
· 8 years ago
56ceae7
Sync change log
by Sebastian Pipping
· 8 years ago
6d8696f
Address warning "missing initializer for field"
by Sebastian Pipping
· 8 years ago
3bd715b
Address "comparison between signed and unsigned integer" warnings
by Sebastian Pipping
· 8 years ago
934bcb0
Address warnings on const correctness
by Sebastian Pipping
· 8 years ago
b280bb8
Merge branch 'resolve-srand'
by Sebastian Pipping
· 8 years ago
2c346ba
Windows: Handling missing getpid and headers
by Sebastian Pipping
· 8 years ago
888df42
Use GetSystemTimeAsFileTime on Non-Cygwin-Windows with no gettimeofday
by Sebastian Pipping
· 8 years ago
37f7efb
Define COMPILING_FOR_WINDOWS with CMake on Windows
by Sebastian Pipping
· 8 years ago
bdee307
Turn COMPILED_FROM_DSP into COMPILING_FOR_WINDOWS
by Sebastian Pipping
· 8 years ago
f627ff7
Use a prime that fits 32bits on 32bit platforms
by Sebastian Pipping
· 8 years ago
ca523de
Extract entropy from XML_Parser address
by Sebastian Pipping
· 8 years ago
a5f2d04
Extract method gather_time_entropy
by Sebastian Pipping
· 8 years ago
6acb0a4
Resolve call to srand, use more entropy
by Sebastian Pipping
· 8 years ago
75a1473
Merge branch 'patch-90'
by Sebastian Pipping
· 8 years ago
247cc3a
Fix VS2010 compilation
by tbeu
· 8 years ago
a124f43
Updated copyright year in Win32 setup script.
by Karl Waclawek
· 8 years ago
5c96e9c
Fix for BUILD_shared=OFF case on MSVC
by Sergei Nikulov
· 8 years ago
d9a9224
CMakeLists.txt: Move code for upcoming change
by Sebastian Pipping
· 8 years ago
fe43212
Fix source code permissions
by Sebastian Pipping
· 8 years ago
ee0adc0
Fill release date
by Sebastian Pipping
· 8 years ago
R_2_1_1
248809b
make-release.sh: Move from gzip to bzip2
by Sebastian Pipping
· 8 years ago
80b2c0a
htdocs/index.html: Mention Git before CVS
by Sebastian Pipping
· 8 years ago
2617547
htdocs/index.html: Fix broken SF.net links
by Sebastian Pipping
· 8 years ago
Next »