projects
/
platform
/
upstream
/
libgc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libgc.git
2017-10-29
Paul Bone
Print time passed since GC initialization in GC_dump
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Ivan Maidanski
Update ChangeLog file (v7.6 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Ivan Maidanski
Update ChangeLog file (v7.4 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Ivan Maidanski
Do not use system clock consistently if NO_CLOCK
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Ivan Maidanski
Travis CI: Test NO_CLOCK
commit
|
commitdiff
|
tree
|
snapshot
2017-10-24
Ivan Maidanski
Make extend_size_map() static
commit
|
commitdiff
|
tree
|
snapshot
2017-10-23
Ivan Maidanski
Fix typos in documentation (for extend_size_map and...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Ivan Maidanski
Add two-argument alloc_size attribute to calloc_explici...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Ivan Maidanski
Use __declspec(allocator) for malloc-like prototypes...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-20
Ivan Maidanski
Revert 'Never try to include private/config.h'
commit
|
commitdiff
|
tree
|
snapshot
2017-10-19
Ivan Maidanski
Workaround Thread Sanitizer (TSan) false positive warni...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-18
Ivan Maidanski
Refine should_invoke_finalizers documentation
commit
|
commitdiff
|
tree
|
snapshot
2017-10-18
Ivan Maidanski
Never try to include private/config.h
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Ivan Maidanski
.gitignore: Do not ignore include/private/config.h
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Ivan Maidanski
Update AUTHORS file (add Erik M. Bray)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-17
Erik M. Bray
Use mprotect instead of mmap in GC_unmap() on Cygwin
commit
|
commitdiff
|
tree
|
snapshot
2017-10-16
Ivan Maidanski
Fix 'package requirements (atomic_ops) were not met...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-16
Ivan Maidanski
Allow PKG_CHECK_MODULES in configure.ac to be commented...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-16
Ivan Maidanski
New API function (GC_is_init_called) to check if BDWGC...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-12
Ivan Maidanski
Test GC initialization from non-main thread on FreeBSD...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-12
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2017-10-12
Ivan Maidanski
Update ChangeLog file (v7.6 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-12
Ivan Maidanski
Update ChangeLog file (v7.2 - v7.4 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Ivan Maidanski
Support GC_init (and get_stack_base) from non-main...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Ivan Maidanski
Eliminate TSan warnings for all counters and A.aa varia...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Ivan Maidanski
Print realloc_count in gctest
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Ivan Maidanski
Fix missing atomic_count and realloc_count incrementati...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Ivan Maidanski
Travis CI: Pass --disable-shared option to OS X build...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Ivan Maidanski
Fix 'pthread_np.h: no such file' compiler error on...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Ivan Maidanski
Travis CI: Test also 32-bit build with ASan (on OS...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Ivan Maidanski
Travis CI: Test also with Leak Sanitizer (LSan)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Ivan Maidanski
Move conditional GC_need_to_lock setting to gc_locks.h
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Ivan Maidanski
Eliminate TSan warnings for print_proc variables assign...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Ivan Maidanski
Support GC_init (and get_stack_base) from non-main...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Ivan Maidanski
Fix data race in collectable_count (gctest)
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Ivan Maidanski
Fix missing [un]collectable_count increments in gctest
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Ivan Maidanski
Eliminate '-pedantic is not option that controls warnin...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Ivan Maidanski
Eliminate 'non-null arg compared to null' warning in...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Ivan Maidanski
Fix pthread_detach for threads not yet registered ...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-26
Ivan Maidanski
Fix get_maps on proc maps file asynchronous growth
commit
|
commitdiff
|
tree
|
snapshot
2017-09-26
Ivan Maidanski
Fix pthread_join when thread is registered in thread...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-26
Ivan Maidanski
Fix pthread_join to avoid thread removal on failure...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-26
Ivan Maidanski
Fix removal of dead threads in a child process
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Ivan Maidanski
Fix double lock in pthread_detach (Cygwin, winpthreads)
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Ivan Maidanski
Do not disable parallel mark for WRAP_MARK_SOME
commit
|
commitdiff
|
tree
|
snapshot
2017-09-22
Ivan Maidanski
Align local_mark_stack in help_marker explicitly
commit
|
commitdiff
|
tree
|
snapshot
2017-09-19
Ivan Maidanski
Fix thread id leaks in subthread_create and threadkey_test
commit
|
commitdiff
|
tree
|
snapshot
2017-09-19
Ivan Maidanski
Fix missing new-line at format strings end in subthread...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-19
Ivan Maidanski
Fix infinite mark_some calls after memory mapping disap...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-19
Ivan Maidanski
Fix 'undefined reference to GC_wait_for_reclaim' linker...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-19
Ivan Maidanski
Add TODO item to suppress 'called on pointer without...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-19
Ivan Maidanski
Eliminate 'boolean result used in bitwise op' cppcheck...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-18
Ivan Maidanski
Fix USE_GET_STACKBASE_FOR_MAIN definition in gcconfig.h
commit
|
commitdiff
|
tree
|
snapshot
2017-09-18
Ivan Maidanski
Allow custom N_LOCAL_ITERS and ENTRIES_TO_GET values
commit
|
commitdiff
|
tree
|
snapshot
2017-09-18
Ivan Maidanski
Fix missing started_thread_while_stopped call from...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-18
Ivan Maidanski
Fix SIGSEGV in mark_from called from do_local_mark...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Ivan Maidanski
Fix typo in 'scale' documentation file
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Ivan Maidanski
Remove unnecessary type casts of printf arguments to...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-29
Ivan Maidanski
Fix printf arguments type in print_callers
commit
|
commitdiff
|
tree
|
snapshot
2017-08-28
Ivan Maidanski
Fix assertion violation in return_single_freelist in...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-28
Ivan Maidanski
Travis CI: Test USE_CUSTOM_SPECIFIC
commit
|
commitdiff
|
tree
|
snapshot
2017-08-28
Ivan Maidanski
Fix GC_remove_specific invocation from remove_all_threa...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-28
Ivan Maidanski
Eliminate 'memory leak' code defect in remove_specific
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Ivan Maidanski
Simplify THREAD_TABLE_INDEX expression for Win32/64
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Ivan Maidanski
Add debug logging to new_thread about GC_threads hash...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Ivan Maidanski
Eliminate most of collisions in GC_threads on Linux/x64
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Ivan Maidanski
Change type of THREAD_TABLE_INDEX result to int in...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Ivan Maidanski
Fix deadlock in GC_help_marker caused by use of mark_cv...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Ivan Maidanski
Travis CI: Test some --enable-munmap configurations...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Ivan Maidanski
Avoid busy waiting in mark_thread while GC_parallel...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-21
Ivan Maidanski
Eliminate unsigned fl_builder_count underflow in mark_t...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-19
Ivan Maidanski
Add assertion that no hb_n_marks underflow occurs
commit
|
commitdiff
|
tree
|
snapshot
2017-08-19
Ivan Maidanski
Fix hb_n_marks underflow in clear_fl_marks if MARK_BIT_...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-19
Ivan Maidanski
Use MARK_BIT_PER_GRANULE instead of MARK_BIT_PER_OBJ...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Ivan Maidanski
Update ChangeLog file (v7.6 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Ivan Maidanski
Update ChangeLog file (v7.2 - v7.4 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Ivan Maidanski
Fix visibility of __asan_default_options in case of...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Ivan Maidanski
Eliminate '-pedantic is not an option that controls...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-14
Ivan Maidanski
Remove redundant check that clear_fl_marks argument...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Ivan Maidanski
Allow gctest and thread_leak_test with zero NTHREADS
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Ivan Maidanski
Fix array_mark_proc to request global mark stack growth...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Ivan Maidanski
Do not call BCOPY and BZERO if size is zero
commit
|
commitdiff
|
tree
|
snapshot
2017-08-07
Ivan Maidanski
Fix leak_test crash in print_callers if free() is redir...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-03
Ivan Maidanski
Refine collect_a_little documentation (better explain...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-03
Ivan Maidanski
Travis CI: Test configure --disable-docs
commit
|
commitdiff
|
tree
|
snapshot
2017-08-03
Ivan Maidanski
Do not install documentation if configure --disable...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-02
Ivan Maidanski
Fix undefined HEAP_START in register_dynamic_libraries
commit
|
commitdiff
|
tree
|
snapshot
2017-08-02
Ivan Maidanski
Fix bytes count passed to add_to_our_memory in backgrap...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-02
Ivan Maidanski
Use heap-allocated memory for local mark stack of non...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-31
Ivan Maidanski
Fix 'use' word omission in ChangeLog
commit
|
commitdiff
|
tree
|
snapshot
2017-07-31
Ivan Maidanski
Do not use asm in GC_pause
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Ivan Maidanski
New API function (GC_is_incremental_mode)
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Ivan Maidanski
Fix GC_incremental declaration/definition type mismatch
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Ivan Maidanski
Fix deadlock in GC_suspend_thread when thread is rebuil...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Ivan Maidanski
Workaround false 'uninitialized var use' code defect...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Ivan Maidanski
Eliminate CSA warning of non-virtual destructor in...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Ivan Maidanski
Eliminate CSA warning about incorrect cast applied...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Ivan Maidanski
Eliminate CSA warning about narrowing cast in CleanUp...
commit
|
commitdiff
|
tree
|
snapshot
next