Back to list

Source Synchronization

Mon Jul 13 05:00:01 AM UTC 2026

From github.com:m2osw/snapcpp
   37219332b..1d907339b  main       -> origin/main
Fetching submodule contrib/commonmarkcpp
From github.com:m2osw/commonmarkcpp
   37af6c7..838051b  main       -> origin/main
Fetching submodule contrib/cppthread
From github.com:m2osw/cppthread
   bd9a026..3fb07e4  main       -> origin/main
Fetching submodule contrib/eventdispatcher
From github.com:m2osw/eventdispatcher
   ed97f91..e8b72ff  main       -> origin/main
Fetching submodule contrib/prinbee
From github.com:m2osw/prinbee
   0333570..d99c809  main       -> origin/main
Fetching submodule contrib/serverplugins
From github.com:m2osw/serverplugins
   27820a6..a458746  main       -> origin/main
Fetching submodule contrib/snaplogger
From github.com:m2osw/snaplogger
   5b0120d..0101263  main       -> origin/main
Updating 37219332b..1d907339b
Fast-forward
 contrib/commonmarkcpp   | 2 +-
 contrib/cppthread       | 2 +-
 contrib/eventdispatcher | 2 +-
 contrib/prinbee         | 2 +-
 contrib/serverplugins   | 2 +-
 contrib/snapcatch2      | 2 +-
 contrib/snaplogger      | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
Submodule path 'contrib/commonmarkcpp': checked out '838051b8973465b1c3125db9766b44de4f26353b'
Submodule path 'contrib/cppthread': checked out '3fb07e45f868a2b76eec4d728434b6371639fdaf'
Submodule path 'contrib/eventdispatcher': checked out 'e8b72ff8e58fceb42facf4cb181025e1744f3f90'
Submodule path 'contrib/prinbee': checked out 'd99c8096a8c097d46a04bcb5f04c2904fabc7726'
Submodule path 'contrib/serverplugins': checked out 'a45874602b2dd5da77d0b34867df36d0f005da00'
Submodule path 'contrib/snaplogger': checked out '0101263a2433b06e6a8ab7977528149af2b60c66'
/home/alexis/snapwebsites/snapcpp/cmake
/home/alexis/snapwebsites/snapcpp/contrib/advgetopt
/home/alexis/snapwebsites/snapcpp/contrib/as2js
/home/alexis/snapwebsites/snapcpp/contrib/basic-xml
/home/alexis/snapwebsites/snapcpp/contrib/cluck
/home/alexis/snapwebsites/snapcpp/contrib/commonmarkcpp
----------------
/home/alexis/snapwebsites/snapcpp/contrib/commonmarkcpp

  Not Up to Date  Not On 'main' Branch  Not Latest Pull
$ git status .
HEAD detached at 838051b
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	commonmarkcpp/gmon.out

nothing added to commit but untracked files present (use "git add" to track)

$ git checkout main
Previous HEAD position was 838051b Added variable to ignore snaplogger leak detection
Switched to branch 'main'
Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)

$ git pull
Updating 37af6c7..838051b
Fast-forward
 CMakeLists.txt               |  7 +++++++
 commonmarkcpp/CMakeLists.txt | 23 +++++++++++++++++------
 2 files changed, 24 insertions(+), 6 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/communicator
/home/alexis/snapwebsites/snapcpp/contrib/cppthread
----------------
/home/alexis/snapwebsites/snapcpp/contrib/cppthread

  Not Up to Date  Not On 'main' Branch  Not Latest Pull
$ git status .
HEAD detached at 3fb07e4
nothing to commit, working tree clean

$ git checkout main
Previous HEAD position was 3fb07e4 Enhanced a comment.
Switched to branch 'main'
Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)

$ git pull
Updating bd9a026..3fb07e4
Fast-forward
 tests/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/csspp
/home/alexis/snapwebsites/snapcpp/contrib/edhttp
/home/alexis/snapwebsites/snapcpp/contrib/eventdispatcher
----------------
/home/alexis/snapwebsites/snapcpp/contrib/eventdispatcher

  Not Up to Date  Not On 'main' Branch  Not Latest Pull
$ git status .
HEAD detached at e8b72ff
nothing to commit, working tree clean

$ git checkout main
Previous HEAD position was e8b72ff Added code to avoid snaplogger leaks.
Switched to branch 'main'
Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)

$ git pull
Updating ed97f91..e8b72ff
Fast-forward
 CMakeLists.txt                             | 7 +++++++
 cmake/VerifyMessageDefinitionsConfig.cmake | 1 +
 tests/CMakeLists.txt                       | 2 --
 tools/CMakeLists.txt                       | 1 +
 4 files changed, 9 insertions(+), 2 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/fastjournal
/home/alexis/snapwebsites/snapcpp/contrib/fluid-settings
/home/alexis/snapwebsites/snapcpp/contrib/ftmesh
/home/alexis/snapwebsites/snapcpp/contrib/iplock
/home/alexis/snapwebsites/snapcpp/contrib/ipmgr
/home/alexis/snapwebsites/snapcpp/contrib/libaddr
/home/alexis/snapwebsites/snapcpp/contrib/libexcept
/home/alexis/snapwebsites/snapcpp/contrib/libmimemail
/home/alexis/snapwebsites/snapcpp/contrib/libtld
/home/alexis/snapwebsites/snapcpp/contrib/libutf8
/home/alexis/snapwebsites/snapcpp/contrib/murmur3
/home/alexis/snapwebsites/snapcpp/contrib/prinbee
----------------
/home/alexis/snapwebsites/snapcpp/contrib/prinbee

  Not Up to Date  Not On 'main' Branch  Not Latest Pull
$ git status .
HEAD detached at d99c809
nothing to commit, working tree clean

$ git checkout main
Previous HEAD position was d99c809 Small clean ups.
Switched to branch 'main'
Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)

$ git pull
Updating 0333570..d99c809
Fast-forward
 daemon/prinbeed.cpp                |   4 +-
 prinbee/network/binary_message.cpp |  13 +++-
 prinbee/network/binary_message.h   |   2 +-
 proxy/proxy.cpp                    |   4 +-
 tests/catch_structure.cpp          | 118 ++++++++++++++++++++++++++++++++++++-
 tests/run_pbql_cui.sh              |  55 +++++++++--------
 6 files changed, 161 insertions(+), 35 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/safepasswords
/home/alexis/snapwebsites/snapcpp/contrib/serverplugins
----------------
/home/alexis/snapwebsites/snapcpp/contrib/serverplugins

  Not Up to Date  Not On 'main' Branch  Not Latest Pull
$ git status .
HEAD detached at a458746
nothing to commit, working tree clean

$ git checkout main
Previous HEAD position was a458746 Added note about security issue.
Switched to branch 'main'
Your branch is behind 'origin/main' by 3 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)

$ git pull
Updating 27820a6..a458746
Fast-forward
 TODO.md                      | 11 +++++++++++
 serverplugins/factory.cpp    |  2 +-
 serverplugins/repository.cpp |  2 +-
 tests/catch_main.cpp         | 30 +++++++++++++++++++++++++++++-
 tests/plugin_daemon.cpp      |  5 +++++
 tests/plugin_daemon.h        |  1 +
 6 files changed, 48 insertions(+), 3 deletions(-)

/home/alexis/snapwebsites/snapcpp/contrib/sitter
----------------
/home/alexis/snapwebsites/snapcpp/contrib/sitter

  Not On 'main' Branch
$ git status .
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   daemon/CMakeLists.txt

no changes added to commit (use "git add" and/or "git commit -a")

$ git checkout main
Already on 'main'
M	daemon/CMakeLists.txt
Your branch is up to date with 'origin/main'.

$ git pull
Already up to date.

/home/alexis/snapwebsites/snapcpp/contrib/snapcatch2
/home/alexis/snapwebsites/snapcpp/contrib/snapdev
/home/alexis/snapwebsites/snapcpp/contrib/snaplogger
----------------
/home/alexis/snapwebsites/snapcpp/contrib/snaplogger

  Not Up to Date  Not On 'main' Branch  Not Latest Pull
$ git status .
HEAD detached at 0101263
nothing to commit, working tree clean

$ git checkout main
Previous HEAD position was 0101263 Adding notes about leak & deadlock.
Switched to branch 'main'
Your branch is behind 'origin/main' by 4 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)

$ git pull
Updating 5b0120d..0101263
Fast-forward
 CMakeLists.txt                |  1 +
 TODO.md                       |  8 +++++++
 conf/CMakeLists.txt           | 15 ++++++------
 conf/suppress-leaks.txt       |  9 +++++++
 debian/snaplogger-dev.install |  1 +
 snaplogger/appender.cpp       |  4 ++--
 snaplogger/guard.cpp          | 47 +++++++++++++++++++++++++++++++++++-
 snaplogger/logger.cpp         | 55 ++++++++++++++++++++++++++++++++++++++++---
 snaplogger/logger.h           | 11 +++++++--
 snaplogger/private_logger.cpp |  6 ++---
 10 files changed, 138 insertions(+), 19 deletions(-)
 create mode 100644 conf/suppress-leaks.txt

/home/alexis/snapwebsites/snapcpp/contrib/snaprfs
/home/alexis/snapwebsites/snapcpp/contrib/versiontheca
/home/alexis/snapwebsites/snapcpp/contrib/zipios

Back to list

Started on Mon Jul 13 05:01:24 AM UTC 2026

Ended on Mon Jul 13 05:24:56 AM UTC 2026