August 2020 Archives by thread
      
      Starting: Mon Aug  3 07:58:09 UTC 2020
         Ending: Mon Aug 31 19:05:07 UTC 2020
         Messages: 104
     
- [master] e94bcc969 Move the generated vcc_types.h from include/tbl to lib/libvcc
 
Poul-Henning Kamp
- [master] 3b0335889 Dont include <stdatomic.h> when running FlexeLint
 
Poul-Henning Kamp
- [master] e7d8faab2 Reflect that vcc_types.h moved
 
Poul-Henning Kamp
- [master] 8b7919309 Partially revert b82271e5
 
Federico G. Schwindt
- [master] 5e95f6079 Bump image to hopefully speed things up
 
Federico G. Schwindt
- [master] 6c3ce87fc Don't need to update brew anymore
 
Federico G. Schwindt
- [master] 6128783f8 binary heap: use common miniobj macros
 
Nils Goroll
- [master] ccbb958d6 binary heap: add a destructor and test it
 
Nils Goroll
- [master] ab70a5d22 install binary_heap.h for use with vmods
 
Nils Goroll
- [master] c676ca46d additional cleanup for the binheap test
 
Nils Goroll
- [master] a016850fb rename binheap / binary_heap -> vbh
 
Nils Goroll
- [master] 39bcda5cb Use VSB_destroy() where applicable.
 
Poul-Henning Kamp
- [master] cd1f75af4 Use VSB_destroy() where applicable
 
Poul-Henning Kamp
- [master] 36225f2ee Expend a pointer mere in struct vsb, in an attempt to make it clear for static analysis tools what goes on.
 
Poul-Henning Kamp
- [master] a390e0803 Attempt again to silence coverity
 
Martin Blix Grydeland
- [master] fb044cb20 Fix base64 decoding for length= argument and non-padding decoding
 
Nils Goroll
- [master] cd41b81c9 Add VENC functions to encode & decode base64
 
Poul-Henning Kamp
- [master] 0b374145f Add  BLOB to STRING folder, using Structured Fields (upcoming RFC):
 
Poul-Henning Kamp
- [master] d044efa19 Record addition of VRT_BLOB_string()
 
Poul-Henning Kamp
- [master] 4ddb72ca1 Parse Structured Fields (upcoming RFC) sf-binaries as static BLOBs in VCL.
 
Poul-Henning Kamp
- [master] 10a223484 Make the hash key not depend on server.ip
 
Poul-Henning Kamp
- [master] b3043ce14 Optimize VRND_RandomCrypto()
 
Nils Goroll
- [master] 1a708692a Revert "Expend a pointer mere in struct vsb, in an attempt to make it clear for static analysis tools what goes on."
 
Poul-Henning Kamp
- [master] 73629964c Allocate VSB the canonical way
 
Poul-Henning Kamp
- [master] 06575ef41 Add missing asserts
 
Poul-Henning Kamp
- [master] 660f73519 Add missing assert
 
Poul-Henning Kamp
- [master] 904659a14 Evolve the VSB API, to explain things to static checkers.
 
Poul-Henning Kamp
- [master] 83ab25a25 use our v_ attribute for marking the deprecation
 
Nils Goroll
- [6.0] 99950850a [cci] dummy config to silence checks
 
Guillaume Quintard
- [master] 20de7660c Emit the "ipv4+ipv6 and mask" error first.
 
Poul-Henning Kamp
- [master] 999e7bfe9 Cherry-pick std.blobread out of #3123
 
Poul-Henning Kamp
- [master] 6a11be319 Do not attempt to remove the vcl dir if we need the shared object
 
Nils Goroll
- [master] 92c4a3987 base64url_dec table not needed.
 
Poul-Henning Kamp
- [master] 8bdfb793f Zero out the "len_so_far" when we abandon a fetch object
 
Poul-Henning Kamp
- [6.0] 346475f45 Revert "Rename the obj flag OF_CHGGZIP to OF_CHGCE, for "changed Content-Encoding"."
 
Reza Naghibi
- [master] 031d3e880 plug VSB leak
 
Nils Goroll
- [6.0] a45e1f4e4 Fail fetch retries when uncached request body has been released
 
Reza Naghibi
- [6.0] bb9d7d6f5 Fetch thread reference count and keep cached request bodies
 
Reza Naghibi
- [6.0] 0644d58ab A request body now might have up to two references
 
Reza Naghibi
- [6.0] 6cb9c7669 Handle unformatable VCL_TIME to string conversion failures
 
Reza Naghibi
- [6.0] 9bf79d4ec Don't waste workspace on format failure
 
Reza Naghibi
- [6.0] 4da4a8e3a Remove extraneous VSB_new()
 
Reza Naghibi
- [6.0] 46d4d5941 Revert "Fix WS_Reserve() error handling"
 
Reza Naghibi
- [6.0] 18fa60f75 Add vtc covering H2 out of workspace
 
Reza Naghibi
- [6.0] e966c61cd Flexelinting
 
Reza Naghibi
- [6.0] 673ba3a7d Kill goto statements in vmod-shard
 
Reza Naghibi
- [6.0] 82297b9cb complement the cleanup started in the previous commit
 
Reza Naghibi
- [6.0] 1e8215ca2 Flexelint constification
 
Reza Naghibi
- [6.0] f0065411b Whitespace OCD
 
Reza Naghibi
- [6.0] 1e3cfe582 directors.shard: fix hole handling during recondiguration
 
Reza Naghibi
- [6.0] 3808881e1 Style(9) and whitespace OCD
 
Reza Naghibi
- [6.0] aa7ab50e7 It is OK to call realloc(3) with a NULL pointer
 
Reza Naghibi
- [6.0] b0fb538fe GC unused function
 
Reza Naghibi
- [6.0] f52e298f1 FlexeLinting: Be more careful about signed/unsigned
 
Reza Naghibi
- [6.0] 8b2980143 shard director: add optional weight parameter to .add_backend()
 
Reza Naghibi
- [6.0] 092239ab2 ->idx is unsigned, so cannot be < 0 (and GCC sux).
 
Reza Naghibi
- [6.0] 35a99eb67 One more time for VTEST...
 
Reza Naghibi
- [6.0] a3b50786c signedness improvements
 
Reza Naghibi
- [6.0] e6a469148 flexelinting
 
Reza Naghibi
- [6.0] 3e8316c21 shard: VRT_fail for out-of-workspace errors
 
Reza Naghibi
- [6.0] 774b262fe shard: more signedness stir
 
Reza Naghibi
- [6.0] 14fad5a0c shard signedness stir: last bits?
 
Reza Naghibi
- [6.0] 6f14d2ed4 shard director: explain how the ring is constructed with weights
 
Reza Naghibi
- [6.0] 478ff9e20 Loosen assertion on ctx->(req|bo), fix shard and vcl_pipe
 
Reza Naghibi
- [6.0] 9d8417698 Setup bo->privs in vcl_pipe and add magic checks to priv destruction
 
Reza Naghibi
- [6.0] 911d2b8c9 Use req->ws for the ctx when piping
 
Reza Naghibi
- [6.0] 61c193889 Fix shard director in pipe mode
 
Reza Naghibi
- [6.0] 39abc13e2 Add VCL_TIME fix
 
Reza Naghibi
- [6.0] d6866bc0a 6.0.7 changelog
 
Reza Naghibi
- [master] 54a41e217 Code deduplication, and an assert on the wrong side of an #endif
 
Poul-Henning Kamp
- [master] 438d765ef Rewrite the core of the gzip/gunzip code to use VSBs.
 
Poul-Henning Kamp
- [master] b0e252d73 force mv to avoid issues on alpine
 
Poul-Henning Kamp
- [6.0] 18bf1d491 Move cache.h changes to the bottom
 
Reza Naghibi
- [master] ff73bc4e5 Add counters: beresp_uncacheable, beresp_shortlived
 
Nils Goroll
- [master] f658f830d Unify some of the code from client/server using a "session" concept, which will become more and more important.
 
Poul-Henning Kamp
- [master] c80068a8c vapi: Declare VSC_OPT_f
 
Dridi Boukelmoune
- [master] 6351aac33 varnishstat: Polish
 
Dridi Boukelmoune
- [master] b78cb58ab vsc: Fold the include and exclude lists together
 
Dridi Boukelmoune
- [master] 7968d1d2a vsc: Add new 'I' and 'X' arguments
 
Dridi Boukelmoune
- [master] 40cd5acc5 varnishstat: New -I and -X options
 
Dridi Boukelmoune
- [master] 5c2f7acdb vsc: Add an 'R' argument for required fields
 
Dridi Boukelmoune
- [master] 18ce2e80b I always forget the new file...
 
Poul-Henning Kamp
- [master] b648aecf6 changelog tlc
 
Nils Goroll
- [master] 4fea42575 ws: Comprehensive workspace magic cheese
 
Dridi Boukelmoune
- [master] 6e4099e81 ws: Less magic for the workspace end marker
 
Dridi Boukelmoune
- [master] 789ccc4fe ws: Retire WS_Reserve()
 
Dridi Boukelmoune
- [master] 3e1ad1a10 ws: Polish workspace snapshot
 
Dridi Boukelmoune
- [master] e5bf34a0c ws: Constify WS_Printf()
 
Dridi Boukelmoune
- [master] dcb1cc800 ws: Enforce that WS_Front() is only for reservations
 
Dridi Boukelmoune
- [master] 17267bc63 vmod_blob: Remove needless workspace snapshot
 
Dridi Boukelmoune
- [master] d3d39f563 std.ip: Honor the workspace snapshot/reset contract
 
Dridi Boukelmoune
- [master] 8a2cde419 ws: Replace WS_Front() with WS_Reservation()
 
Dridi Boukelmoune
- [master] fbe7e7559 ws: Almost ban direct access to the workspace front
 
Dridi Boukelmoune
- [master] 1e776c44e ws: Almost ban direct access to the workspace reservation
 
Dridi Boukelmoune
- [master] 91f6926e3 ws: Almost ban direct access to the workspace start
 
Dridi Boukelmoune
- [master] 758b4bf4c ws: Move the workspace panic dump to cache_ws.c
 
Dridi Boukelmoune
- [master] 23f8e3407 ws: Ban direct access to the workspace id
 
Dridi Boukelmoune
- [master] b2ffd1a9e sess: Forbid the reserved "no attribute" offset
 
Dridi Boukelmoune
- [master] 4537efefd ws: Put canaries all the way to the end of the workspace
 
Dridi Boukelmoune
- [master] e0cb8d325 vary: Prevent a buffer overflow in VRY_Validate()
 
Dridi Boukelmoune
- [master] 3aac3b67f http: Remove redundant WS_MarkOverflow()
 
Dridi Boukelmoune
- [master] c70b159aa changelog: Fix and sort ticket references
 
Dridi Boukelmoune
- [master] 7d3aee03d Missing ssize_t definition
 
Dridi Boukelmoune
    
      Last message date: 
       Mon Aug 31 19:05:07 UTC 2020
    Archived on: Mon Aug 31 19:05:09 UTC 2020
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).