index
:
delta/nettle.git
aead-api
aead-tests
aes-cbc
aes-reorg
aes-struct-layout
api-opaque-fix
arm-salsa20-chacha-vsra
arm64
arm64-ecc
arm64-poly1305
arm64-sha1
attribute-deprecated
balloon
baserock/disable-documentation
baserock/morph
bcrypt
block16-refactor
bswap-header
chacha-3core-neon
chacha96
cmac-layout
cmac-support
cmac64
ctr-opt
curve25519
curve448
default-m4-quote-char
delete-1-way-neon
delete-arcfour-asm
delete-des-compat
delete-ecc-g
delete-internal-name-mangling
delete-old-aes
delete-rsa_blind
dsa-reorg
ecc-gost
ecc-params-tweak
ecc-sqrt
ecc-support
ecdsa-duplication-fix
ecdsa-weierstrass-only
ed448
experimental-20050201
export-sha256_compress
fat-build-by-default
fat-library
fix-chacha-counter
fix-x86_64-ghash-alignment
gcm-ctr-opt
ghash-refactor
ghash-sidechannel-silent
gosthash94cp
hkdf-support
invert-with-redc
lsh-1.4.2
master
master-updates
merge-pss
move-nettle_mac
nettle-2.7-fixes
nettle-arm64-chacha
nettle-ppc-test-power9
new-mod-inv
ocb-merge
ocb-mode
openssl-benchmark-update
optimize-ecc-invert
poly1305
poly1305-radix32
power-asm-wip
ppc-chacha-2core
ppc-chacha-4core
ppc-chacha-core
ppc-gcm
ppc-secp256-tweaks
ppc64-efv2-check
refactor-ecc-mod
refactor-poly1305
release-3.4-fixes
release-3.7-fixes
release-3.8-fixes
rename-data-symbols
require-gnu-make
rsa-crt-hardening
s390x
salsa20-2core-neon
secp256r1-mod
set_key-changes
sha256-compress-n
shake256
siv-mode
size_t-changes
skein
sm3
sm4
struct-layout
test-fat
test-ghash-internal
test-shlib-dir
use-mpn_cnd-functions
versioned-symbols
wip-siv-gcm
x86_64-aes-refactor
x86_64-gcm
x86_64-salsa20-2core
x86_64-sha_ni-sha1
x86_64-sha_ni-sha256
git.lysator.liu.se: nettle/nettle.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sexp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use const char * for sexp expression types.
Niels Möller
2016-08-16
1
-4
/
+4
*
Update copyright headers for dual licensing.
Niels Möller
2014-04-12
1
-23
/
+31
*
Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp rel...
Niels Möller
2013-04-26
1
-5
/
+5
*
Updated FSF address. Patch from David Woodhouse.
Niels Möller
2012-07-07
1
-2
/
+2
*
Converted files to utf-8.
Niels Möller
2012-02-18
1
-1
/
+1
*
Deleted FIXME comment.
Niels Möller
2008-10-24
1
-3
/
+0
*
Reviewed FIXME-comments.
Niels Möller
2008-09-15
1
-3
/
+0
*
(sexp_iterator_check_types): Use an argument of type
Niels Möller
2004-10-05
1
-2
/
+2
*
(TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they
Niels Möller
2004-01-08
1
-3
/
+4
*
* Reordered includes in most or all .c-files. All should now include
Niels Möller
2003-05-12
1
-3
/
+7
*
(sexp_iterator_exit_lists): New function, #if:ed out for
Niels Möller
2002-11-21
1
-0
/
+16
*
(sexp_iterator_get_uint32): New function.
Niels Möller
2002-11-15
1
-0
/
+44
*
* sexp.h (struct sexp_iterator): New field start.
Niels Möller
2002-11-10
1
-0
/
+15
*
(sexp_iterator_next): Abort if iterator type is boogus.
Niels Möller
2002-10-21
1
-0
/
+2
*
(sexp_iterator_parse): New function, similar to the old
Niels Möller
2002-10-07
1
-33
/
+48
*
* sexp.c (sexp_iterator_assoc): Advance the iterator to the
Niels Möller
2002-10-06
1
-1
/
+5
*
* sexp.c (sexp_iterator_next): Updated to new sexp_iterator_exit_list.
Niels Möller
2002-10-06
1
-18
/
+14
*
* sexp.c (sexp_iterator_enter_list): Call sexp_iterator_next to
Niels Möller
2002-10-06
1
-8
/
+5
*
(sexp_iterator_init): Made this function static.
Niels Möller
2002-10-06
1
-1
/
+11
*
(sexp_iterator_assoc): Don't enter the list, associate
Niels Möller
2002-09-29
1
-8
/
+41
*
(sexp_iterator_assoc): Return 0 for missing or duplicate keys.
Niels Möller
2002-09-28
1
-2
/
+19
*
* sexp.c (sexp_iterator_simple): Bugfixes. Check earlier that
Niels Möller
2002-09-28
1
-25
/
+40
*
New files, implementing an sexp-parser.
Niels Möller
2002-09-28
1
-0
/
+228