[epiphany] (57 commits) Non-fast-forward update to branch wip/google-safe-browsing



The branch 'wip/google-safe-browsing' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  81f7831... safe-browsing: Add stub service and storage objects
  4be1b00... gsb-storage: Implement basic database operations
  b1315c8... safe-browsing: Implement database update operation
  be9ea26... gsb-storage: Use transactions and reuse statements for spee
  ca2416b... gsb-service: Run database updates in a separate thread
  2d85574... gsb-service: Schedule next update when the current one ends
  6f7e6d7... gsb-utils: Add function to canonicalize URL
  0934a70... tests: Add test for ephy_gsb_utils_canonicalize()
  9f4d205... gsb-utils: Add function to compute URL hashes
  f7653a3... tests: Add test for ephy_gsb_utils_compute_hashes()
  68ddb5c... gsb-storage: Add function to lookup hash prefixes
  98fb11f... gsb-storage: Add function to lookup full hashes
  874e662... gsb-storage: Add function to insert full hash
  5f3f4fa... gsb-service: Add function to query fullHashes:find endpoint
  c279236... gsb-utils: Use GBytes for full hashes too
  1418299... gsb-service: Implement URL verification logic
  11b84df... gsb-service: Delete long expired full hashes at every updat
  5faf158... gsb-service: Handle min wait duration in fullHashes:find re
  7b90509... gsb-service: Handle back-off mode
  b66149f... web-view: Add unsafe browsing error page
  6379d90... web-view: Verify and inform user about URL safety
  a421a24... gsb-service: Limit the use of C labels
  fe62f59... gsb-storage: Limit the use of C labels
  1d296df... safe-browsing: Add support for Rice compression scheme
  e030185... gsb-storage: Store metadata values as integers
  0c3b629... gsb-service: Rename some variables
  3e4aa6e... gsb-service: Store/restore next_list_updates_time in dispos
  930c17a... gsb-service: Make next_full_hashes_time persistent
  c8fb17e... gsb-service: Make back-off parameters persistent
  185a0f5... gsb-storage: Remove unused timestamp column
  40da83b... gsb-utils: Remove unused fields from EphyGSBHashPrefixLooku
  64a69e7... prefs-dialog: Add safe browsing checkbutton
  65f5c84... gsb-service: Matches array can miss from fullHashes:find re
  964f940... safe-browsing: Add documentation comments to public functio
  cfffa0b... gsb-service: Add update-finished signal
  fed8f3a... tests: Add test for ephy_gsb_service_verify_url()
  c1df190... gsb-service: Store timestamps immediately as they are updat
  0528b84... gsb-storage: Don't hardcode Linux threat lists
  7ebc3b4... gsb-service: Check server responses to be a valid JSON obje
  775cd6a... gsb-service: Check social engineering threats regardless of

Commits added to the branch:

  96d71ce... Revert "web-view: Save as MHTML by default" (*)
  6c284a3... Update Greek translation (*)
  7963315... sync-service: Handle the case when secret_item_get_secret() (*)
  19a3fcf... sync-service: No need to prettify the secrets JSON string (*)
  4ec48b2... Updated Slovenian translation (*)
  643b6f6... header-bar: Don't disable navigation actions when history i (*)
  c3b9e35... gschema: Fix gettext-domain (*)
  6f8dbf8... Add Polish help screenshots (*)
  54ff248... Sort out translated help screenshots (*)
  164db56... Add flatpak-builder json (*)
  46aaf4e... flatpak: stop building avahi (*)
  12f732b... Rename the search provider ini (*)
  ef0ff0e... sync-debug: Fix unused variable warnings (*)
  598f7e0... profile-migrator: Close SQLite connection in Firefox Sync h (*)
  db785bb... safe-browsing: Add stub service and storage objects
  cfe43c6... gsb-storage: Implement basic database operations
  59e83d9... safe-browsing: Implement database update operation
  bf3b25e... gsb-storage: Use transactions and reuse statements for spee
  a31afcd... gsb-service: Run database updates in a separate thread
  8f73770... gsb-service: Schedule next update when the current one ends
  0e2a173... gsb-utils: Add function to canonicalize URL
  3617976... tests: Add test for ephy_gsb_utils_canonicalize()
  9cda66c... gsb-utils: Add function to compute URL hashes
  ad3ae5e... tests: Add test for ephy_gsb_utils_compute_hashes()
  d968d5f... gsb-storage: Add function to lookup hash prefixes
  4f85274... gsb-storage: Add function to lookup full hashes
  6debb20... gsb-storage: Add function to insert full hash
  bf848bd... gsb-service: Add function to query fullHashes:find endpoint
  57218b2... gsb-utils: Use GBytes for full hashes too
  6627777... gsb-service: Implement URL verification logic
  a1f1213... gsb-service: Delete long expired full hashes at every updat
  c3a788a... gsb-service: Handle min wait duration in fullHashes:find re
  5e804a6... gsb-service: Handle back-off mode
  6400b15... web-view: Add unsafe browsing error page
  a909d75... web-view: Verify and inform user about URL safety
  3153546... gsb-service: Limit the use of C labels
  171d4ff... gsb-storage: Limit the use of C labels
  57f2271... safe-browsing: Add support for Rice compression scheme
  cae46e5... gsb-storage: Store metadata values as integers
  afb08a5... gsb-service: Rename some variables
  90db9e1... gsb-service: Store/restore next_list_updates_time in dispos
  dd2d710... gsb-service: Make next_full_hashes_time persistent
  ab88ce2... gsb-service: Make back-off parameters persistent
  42db030... gsb-storage: Remove unused timestamp column
  0348544... gsb-utils: Remove unused fields from EphyGSBHashPrefixLooku
  203e131... prefs-dialog: Add safe browsing checkbutton
  eaa5cb1... gsb-service: Matches array can miss from fullHashes:find re
  0bd232d... safe-browsing: Add documentation comments to public functio
  ff725d1... gsb-service: Add update-finished signal
  3bbab01... tests: Add test for ephy_gsb_service_verify_url()
  483fe5a... gsb-service: Store timestamps immediately as they are updat
  3c8cd63... gsb-storage: Don't hardcode Linux threat lists
  ed40540... gsb-service: Check server responses to be a valid JSON obje
  e57f7dd... gsb-service: Check social engineering threats regardless of
  5c69b30... gsb-storage: Don't fail _open_db() if pragmas fail
  2e686fb... sqlite-connection: Add function to enable foreign keys
  b015f75... sqlite-connection: Add function to delete database file

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]