index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
/
encoding.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: use any instead of interface{}
Dmitry Vyukov
2025-12-22
1
-4
/
+4
*
prog: take multiple serialization flags
Aleksandr Nogikh
2025-11-03
1
-17
/
+35
*
all: delete dead code
Taras Madan
2025-02-10
1
-4
/
+0
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-6
/
+2
*
all: follow new linter recommendations
Taras Madan
2024-09-10
1
-4
/
+8
*
prog: fix validation of DataMmapProg
Dmitry Vyukov
2024-05-06
1
-33
/
+16
*
prog: add raw deserialization mode
Dmitry Vyukov
2024-04-29
1
-5
/
+18
*
prog: fix selection of args eligible for squashing
Dmitry Vyukov
2024-04-15
1
-3
/
+6
*
prog: auto-set proper conditional fields in Deserialize()
Aleksandr Nogikh
2024-03-13
1
-1
/
+12
*
Revert "prog: auto-set proper conditional fields in Deserialize()"
Aleksandr Nogikh
2024-03-08
1
-12
/
+1
*
prog: auto-set proper conditional fields in Deserialize()
Aleksandr Nogikh
2024-03-08
1
-1
/
+12
*
prog: make invalid union field error more explicit
Aleksandr Nogikh
2024-02-19
1
-1
/
+4
*
prog: highlight error location
Aleksandr Nogikh
2024-02-19
1
-2
/
+7
*
prog: support AUTO for structs
Paul Chaignon
2023-11-13
1
-2
/
+13
*
prog: add helper function parser.HasNext
Paul Chaignon
2023-11-13
1
-0
/
+15
*
prog: more informative errors on parsing failures
Paul Chaignon
2023-10-12
1
-2
/
+2
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-2
/
+2
*
pkg/image: make Decompress easier to use
Dmitry Vyukov
2022-12-22
1
-2
/
+1
*
pkg/image: factor out from prog
Dmitry Vyukov
2022-12-22
1
-5
/
+6
*
prog: don't materialize uncompressed image in Deserialize
Dmitry Vyukov
2022-11-25
1
-3
/
+3
*
prog: handle broken base64 strings
Aleksandr Nogikh
2022-11-22
1
-2
/
+2
*
prog: introduce new Base64 syntax for data
Hrutvik Kanabar
2022-11-21
1
-21
/
+49
*
prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...
Hrutvik Kanabar
2022-11-21
1
-0
/
+9
*
prog: error if program variable refers to non-resource
Dmitry Vyukov
2022-01-11
1
-0
/
+2
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
1
-0
/
+3
*
prog: don't use reflect.Value.IsZero
Dmitry Vyukov
2021-09-30
1
-1
/
+2
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-4
/
+2
*
all: introduce call properties
Aleksandr Nogikh
2021-09-22
1
-2
/
+75
*
all: introduce a prog.Call constructor
Aleksandr Nogikh
2021-09-22
1
-5
/
+2
*
syz-manager, syz-fuzzer: filter stale glob values in the corpus
Dmitry Vyukov
2021-06-26
1
-1
/
+2
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
1
-1
/
+1
*
prog: allow arbitrary long lines in serialized programs
Dmitry Vyukov
2020-09-20
1
-21
/
+23
*
prog: extend error message on deserialization error
Dmitry Vyukov
2020-09-20
1
-1
/
+1
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-7
/
+10
*
prog/alloc: align address allocation for aligned[addr]
Albert van der Linde
2020-07-14
1
-1
/
+1
*
.golangci.yml: enable whitespace checker
Dmitry Vyukov
2020-06-05
1
-2
/
+0
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-17
/
+19
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
1
-10
/
+9
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-58
/
+60
*
prog: make program parsing more permissive
Dmitry Vyukov
2020-04-28
1
-1
/
+2
*
prog: rename target.SanitizeCall to Neutralize
Dmitry Vyukov
2020-03-17
1
-2
/
+2
*
prog: control program length
Dmitry Vyukov
2020-03-13
1
-6
/
+8
*
prog: dump orig prog if Deserialize panics
Dmitry Vyukov
2020-02-21
1
-0
/
+6
*
pkg/compiler: fix another bitfield layout bug
Dmitry Vyukov
2020-01-07
1
-1
/
+1
*
prog: fix tests for string enforcement
Dmitry Vyukov
2020-01-05
1
-1
/
+3
*
prog: don't mutate strings with enumerated values
Dmitry Vyukov
2020-01-05
1
-3
/
+17
*
prog: fix a typo in a comment
Dmitry Vyukov
2019-12-30
1
-1
/
+1
*
prog: don't fail decoding on non-default out args
Dmitry Vyukov
2019-12-21
1
-1
/
+8
*
tools: add syz-expand
Andrey Konovalov
2019-09-23
1
-10
/
+20
*
prog: add implementation for resource centric
Veronica Radu
2019-09-03
1
-1
/
+1
[next]